claude-autopm 3.4.1 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
#### Epic Management
|
|
36
36
|
|
|
37
37
|
- `/pm:epic-decompose` - Break epic into tasks
|
|
38
|
+
- `/pm:epic-sync` - Sync epic/tasks to GitHub as issues
|
|
38
39
|
- `/pm:epic-start` - Launch parallel agents for epic
|
|
39
40
|
- `/pm:epic-status` - Show execution status
|
|
40
41
|
- `/pm:epic-merge` - Merge epic branch
|
package/package.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
#### Epic Management
|
|
36
36
|
|
|
37
37
|
- `/pm:epic-decompose` - Break epic into tasks
|
|
38
|
+
- `/pm:epic-sync` - Sync epic/tasks to GitHub as issues
|
|
38
39
|
- `/pm:epic-start` - Launch parallel agents for epic
|
|
39
40
|
- `/pm:epic-status` - Show execution status
|
|
40
41
|
- `/pm:epic-merge` - Merge epic branch
|