From d363eb63e29af664a6a36d7baab8b35784f746de Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 14:37:44 +0000 Subject: [PATCH] fix: scaffold CLAUDE.md now mentions wizard and MCP tools Without this, Claude Code in a freshly scaffolded project has no idea storkit's wizard or MCP tools exist and gives generic setup advice. Co-Authored-By: Claude Opus 4.6 (1M context) --- server/src/io/fs/scaffold.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/src/io/fs/scaffold.rs b/server/src/io/fs/scaffold.rs index 8dfc353b..af57c9eb 100644 --- a/server/src/io/fs/scaffold.rs +++ b/server/src/io/fs/scaffold.rs @@ -57,7 +57,11 @@ The permission system validates the entire command string, and chained commands won't match allow rules like `Bash(git *)`. Use separate Bash calls instead — \ parallel calls work fine.\n\ \n\ -Read .storkit/README.md to see our dev process.\n"; +Read .storkit/README.md to see our dev process.\n\ +\n\ +This project uses storkit for development workflow management. MCP tools are \ +available via .mcp.json. If the setup wizard has not been completed, call \ +`wizard_status` to check progress and `wizard_generate` to continue setup.\n"; const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{ "permissions": {