Add transient pipeline stages to scaffold .gitignore

work/2_current/, work/3_qa/, work/4_merge/ are not committed to git
(only 1_backlog, 5_done, 6_archived are). New projects were missing
these entries in .storkit/.gitignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dave
2026-03-23 14:13:15 +00:00
parent 96b31d1a48
commit 3d55e2fcc6

View File

@@ -329,6 +329,9 @@ fn write_story_kit_gitignore(root: &Path) -> Result<(), String> {
"worktrees/", "worktrees/",
"merge_workspace/", "merge_workspace/",
"coverage/", "coverage/",
"work/2_current/",
"work/3_qa/",
"work/4_merge/",
]; ];
let gitignore_path = root.join(".storkit").join(".gitignore"); let gitignore_path = root.join(".storkit").join(".gitignore");