Commit b1b3d80
fix: correct phase count and add Edit tool to create-plugin command (#100)
## Summary
Fixes two bugs in the `/plugin-dev:create-plugin` command:
- Corrected phase count reference from "7 phases" to "8 phases" on line
29
- Added `Edit` tool to `allowed-tools` frontmatter for marketplace.json
updates in Phase 8
## Problem
Fixes #98
The create-plugin command had inconsistencies:
1. Line 29 instructed Claude to "Create todo list with all 7 phases" but
the command defines 8 phases (Discovery through Documentation)
2. Phase 8 allows updating `marketplace.json` but the `Edit` tool was
missing from `allowed-tools`, preventing file modification
## Solution
- Changed "7 phases" to "8 phases" on line 29
- Added `Edit` to the `allowed-tools` array in frontmatter
### Alternatives Considered
None - this is a straightforward bug fix with clear expected behavior.
## Changes
- `plugins/plugin-dev/commands/create-plugin.md`: Fixed phase count and
added Edit tool
## Testing
- [x] Linting passes
- [x] Changes verified via git diff
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent af67349 commit b1b3d80
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments