Quellcode durchsuchen

docs(roadmap): add backlog item #11 — wire lane-completion emitter

Jobdori vor 2 Monaten
Ursprung
Commit
804f3b6fac
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      ROADMAP.md

+ 1 - 0
ROADMAP.md

@@ -278,6 +278,7 @@ Acceptance:
 8. Lane board / machine-readable status API
 9. Isolate `render_diff_report` tests into tmpdir — currently flaky under `cargo test --workspace` because they read real working-tree git state instead of an isolated repo; breaks CI whenever active worktree ops leave staged/unstaged changes
 10. Swarm branch-lock protocol — when multiple claws target the same branch, add a lock or commit-detection signal so the second claw can skip redundant work instead of running the full explore-plan-implement-test-review cycle on already-committed code
+11. Wire lane-completion emitter — `LaneContext::completed` is a passive bool set by callers; nothing fires it automatically; need a runtime path that sets `completed = true` and triggers the policy engine lane-closeout rule when a branch is pushed, tests pass, and session control reports done
 
 ## Suggested Session Split