mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 04:51:46 +00:00
Fix missing allowed-tools in /architecture-decision and /story-done (#36)
- Add Edit to architecture-decision allowed-tools (retrofit mode and registry append both call Edit on existing files — was throwing a permission error on every /architecture-decision retrofit run) - Add Write to story-done allowed-tools (Phase 7 creates active.md on first run — was silently failing and losing completion notes) Fixes #33. Bug found and fix branches prepared by @xiaolai via NLPM audit. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ name: architecture-decision
|
|||||||
description: "Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR."
|
description: "Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR."
|
||||||
argument-hint: "[title] [--review full|lean|solo]"
|
argument-hint: "[title] [--review full|lean|solo]"
|
||||||
user-invocable: true
|
user-invocable: true
|
||||||
allowed-tools: Read, Glob, Grep, Write, Task, AskUserQuestion
|
allowed-tools: Read, Glob, Grep, Write, Edit, Task, AskUserQuestion
|
||||||
---
|
---
|
||||||
|
|
||||||
When this skill is invoked:
|
When this skill is invoked:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: story-done
|
|||||||
description: "End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates story status to Complete, and surfaces the next ready story from the sprint."
|
description: "End-of-story completion review. Reads the story file, verifies each acceptance criterion against the implementation, checks for GDD/ADR deviations, prompts code review, updates story status to Complete, and surfaces the next ready story from the sprint."
|
||||||
argument-hint: "[story-file-path] [--review full|lean|solo]"
|
argument-hint: "[story-file-path] [--review full|lean|solo]"
|
||||||
user-invocable: true
|
user-invocable: true
|
||||||
allowed-tools: Read, Glob, Grep, Bash, Edit, AskUserQuestion, Task
|
allowed-tools: Read, Glob, Grep, Bash, Write, Edit, AskUserQuestion, Task
|
||||||
---
|
---
|
||||||
|
|
||||||
# Story Done
|
# Story Done
|
||||||
|
|||||||
Reference in New Issue
Block a user