Fixed
- Plugin Template Path Issue (Fixes #15)
- Templates weren't found when installed via plugin marketplace
- Plugin cache expected templates at repo root
- Added planning-with-files/ folder at root level for plugin installs
- Kept skills/planning-with-files/ for legacy ~/.claude/skills/ installs
Structure
| Folder | Purpose |
|---|---|
| planning-with-files/ | For plugin marketplace installs |
| skills/planning-with-files/ | For manual ~/.claude/skills/ installs |
Upgrade
/plugin update planning-with-files
Or reinstall:
/plugin uninstall planning-with-files
/plugin marketplace add OthmanAdi/planning-with-files
/plugin install planning-with-files@planning-with-files
Full Changelog: v2.1.0...v2.1.1