storkit: merge 429_story_interactive_project_setup_wizard_for_new_storkit_projects

This commit is contained in:
dave
2026-03-28 13:26:29 +00:00
parent 9feed0f882
commit 0b50c66caa
10 changed files with 1217 additions and 59 deletions
+1
View File
@@ -289,6 +289,7 @@ fn write_story_kit_gitignore(root: &Path) -> Result<(), String> {
"work/4_merge/",
"logs/",
"token_usage.jsonl",
"wizard_state.json",
];
let gitignore_path = root.join(".storkit").join(".gitignore");