From e79d8dafb5f246b2f3d66b6afe07627c7b1740ed Mon Sep 17 00:00:00 2001 From: Jobdori Date: Sat, 4 Apr 2026 03:01:59 +0900 Subject: [PATCH] =?UTF-8?q?docs(roadmap):=20add=20backlog=20item=20#12=20?= =?UTF-8?q?=E2=80=94=20wire=20SummaryCompressor=20into=20lane=20event=20pi?= =?UTF-8?q?peline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 962c0fc..1a689e4 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -279,6 +279,7 @@ Acceptance: 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 +12. Wire `SummaryCompressor` into the lane event pipeline — `summary_compression.rs` is exported but called nowhere; `LaneEvent` stream is never fed through the compressor; orchestrating claws receive raw events instead of compressed actionable summaries ## Suggested Session Split