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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user