docs: move wizard instructions to .storkit/README.md for LLM-agnostic access
The wizard check was only in CLAUDE.md which is Claude-specific. Move the primary instruction to .storkit/README.md (step 1 of First Steps) so any LLM reading the dev process docs will discover the wizard. CLAUDE.md keeps a shorter pointer to the README. Also fix stale .story_kit/ paths to .storkit/ in the README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,11 +59,9 @@ parallel calls work fine.\n\
|
||||
\n\
|
||||
Read .storkit/README.md to see our dev process.\n\
|
||||
\n\
|
||||
IMPORTANT: This project uses storkit for development workflow management. \
|
||||
On your first conversation, call the `wizard_status` MCP tool to check if \
|
||||
project setup is complete. If it is not complete, guide the user through \
|
||||
the remaining wizard steps using `wizard_generate`, `wizard_confirm`, \
|
||||
`wizard_skip`, and `wizard_retry`.\n";
|
||||
IMPORTANT: On your first conversation, call `wizard_status` to check if \
|
||||
project setup is complete. If not, read .storkit/README.md for the full \
|
||||
setup wizard instructions and guide the user through it conversationally.\n";
|
||||
|
||||
const STORY_KIT_CLAUDE_SETTINGS: &str = r#"{
|
||||
"permissions": {
|
||||
|
||||
Reference in New Issue
Block a user