story-kit: gitignore intermediate pipeline stages (spike 92 follow-up)

Ignore 2_current/, 3_qa/, and 4_merge/ in git since spike 92 stopped
committing intermediate pipeline moves. Keep 5_done/ tracked so
accepted work is in git history before sweep to archived.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-18 10:13:10 +00:00
parent 8561910cd8
commit a3d22fd874
7 changed files with 5 additions and 141 deletions

View File

@@ -10,5 +10,10 @@ matrix_history.json
worktrees/
merge_workspace/
# Intermediate pipeline stages (transient, not committed per spike 92)
work/2_current/
work/3_qa/
work/4_merge/
# Coverage reports (generated by cargo-llvm-cov, not tracked in git)
coverage/