mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-21 09:51:13 +00:00
cb444c4f8a
Captures the pattern observed this cycle: when /autodev rewinds from Step 11 (Run Tests) back to Step 7 (Implement) due to a gate fail, the rewind itself eats real context (task spec drafting + state update + dependencies survey). Continuing into the destination step's batch loop in the same conversation risks context truncation mid-batch. Treat the rewind as a session boundary; let a fresh /autodev invocation start the implement loop cleanly. Co-authored-by: Cursor <cursoragent@cursor.com>