claude-autopm 1.10.4 → 1.11.0

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.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/blocked.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/blocked.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/epic-list.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/epic-list.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - You MUST display the complete output.
8
8
  - DO NOT truncate.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/epic-show.sh $ARGUMENTS` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/epic-show.js $ARGUMENTS` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/epic-status.sh $ARGUMENTS` using the bash tool and show me the complete stdout printed to the console.
5
+ Run `node .claude/scripts/pm/epic-status.js $ARGUMENTS` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/help.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/help.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/in-progress.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/in-progress.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/init.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/init.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/next.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/next.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/prd-list.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/prd-list.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/prd-status.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/prd-status.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/search.sh $ARGUMENTS` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/search.js $ARGUMENTS` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/standup.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/standup.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/status.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/status.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
@@ -2,7 +2,7 @@
2
2
  allowed-tools: Bash
3
3
  ---
4
4
 
5
- Run `bash .claude/scripts/pm/validate.sh` using a sub-agent and show me the complete output.
5
+ Run `node .claude/scripts/pm/validate.js` using the Bash tool and show me the complete output.
6
6
 
7
7
  - DO NOT truncate.
8
8
  - DO NOT collapse.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "1.10.4",
3
+ "version": "1.11.0",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "bin": {