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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "workspaces": [
@@ -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