Commit d27eb24
fix: correct phase count and add Edit tool to create-plugin command
The create-plugin command had two issues:
- Line 29 referenced "7 phases" but the command defines 8 phases
- Phase 8 requires updating marketplace.json but Edit tool was missing
from allowed-tools, preventing file modification
Fixes #98
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent af67349 commit d27eb24
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