Clean up permissions and add settings.local.json.example#31
Conversation
Release v0.3.1
…ills Replace 61 accumulated one-off permission entries with 9 clean wildcard patterns covering all commands used by shipped skills. Also fix CodeCanon typo in AGENTS.md template. Issue #30 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…ills Provides a reference permission set that users can copy to their local settings.local.json. Covers all commands used by shipped skills (start, ship, review, version, release, status, qa, setup) with 9 clean wildcard patterns instead of per-command entries. Issue #30 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Code Review — PR #31Findings
VerdictAPPROVE — The changes are clean and low-risk. The wildcard permission patterns are a clear improvement over 61 individual entries. The typo fix is correct. The suggestions above (especially the missing |
The setup skill uses cp for copying files, and grep is used for codebase searches. Both need explicit permission entries. Issue #30 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Clean up permissions and add settings.local.json.example
Replace 61 accumulated one-off permission entries with 9 clean wildcard patterns
covering all commands used by shipped skills. Ship as a
.claude/settings.local.json.examplethat users can copy to get a smooth experience where all skills just work.
Also fixes
CodeCanon→CodeCannontypo in AGENTS.md template.Issue #30