story-kit: create 92_spike_stop_auto_committing_intermediate_pipeline_moves

This commit is contained in:
Dave
2026-03-17 13:06:37 +00:00
parent d30192b6a3
commit e9879ce1c7

View File

@@ -6,7 +6,7 @@ name: "Stop auto-committing intermediate pipeline moves"
## Goal
Determine how to stop the filesystem watcher from auto-committing every pipeline stage move (upcoming -> current -> qa -> merge -> done -> archive) while still committing at terminal states (creation in upcoming, acceptance in archived). This keeps git history clean while preserving cross-machine portability for completed work.
Determine how to stop the filesystem watcher from auto-committing every pipeline stage move (upcoming -> current -> qa -> merge -> done -> archive) while still committing at terminal states (creation in upcoming, acceptance in done and archived). This keeps git history clean while preserving cross-machine portability for completed work.
## Context