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.
- package/autopm/.claude/commands/pm/blocked.md +1 -1
- package/autopm/.claude/commands/pm/epic-list.md +1 -1
- package/autopm/.claude/commands/pm/epic-show.md +1 -1
- package/autopm/.claude/commands/pm/epic-status.md +1 -1
- package/autopm/.claude/commands/pm/help.md +1 -1
- package/autopm/.claude/commands/pm/in-progress.md +1 -1
- package/autopm/.claude/commands/pm/init.md +1 -1
- package/autopm/.claude/commands/pm/next.md +1 -1
- package/autopm/.claude/commands/pm/prd-list.md +1 -1
- package/autopm/.claude/commands/pm/prd-status.md +1 -1
- package/autopm/.claude/commands/pm/search.md +1 -1
- package/autopm/.claude/commands/pm/standup.md +1 -1
- package/autopm/.claude/commands/pm/status.md +1 -1
- package/autopm/.claude/commands/pm/validate.md +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
allowed-tools: Bash
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
Run `
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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.
|