From 32e098030f87f911b73571474fa7faf6727eedfc Mon Sep 17 00:00:00 2001 From: Jobdori Date: Sun, 5 Apr 2026 01:30:47 +0900 Subject: [PATCH] docs: add P2.16 backlog item for commit provenance / worktree-aware push events Added new ROADMAP item to track the clawability gap around duplicate-looking commit messages and worktree-originated push opacity in the build stream. Pinpoint identified during dogfood: build stream doesn't show which worktree/ branch superseded which, causing confusion when parallel sessions push similar commit messages from different worktrees. Proposed fix: add worktree/branch metadata to clawhip push events and de-dup superseded commits in build stream display. --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 7f1952d..3994829 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -291,6 +291,8 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = 14. **Config merge validation gap** — **done**: `config.rs` hook validation before deep-merge (+56 lines), malformed entries fail with source-path context instead of merged parse errors 15. **MCP manager discovery flaky test** — `manager_discovery_report_keeps_healthy_servers_when_one_server_fails` has intermittent timing issues in CI; temporarily ignored, needs root cause fix +16. **Commit provenance / worktree-aware push events** — clawhip build stream shows duplicate-looking commit messages and worktree-originated pushes without clear supersession indicators; add worktree/branch metadata to push events and de-dup superseded commits in build stream display + **P3 — Swarm efficiency** 13. Swarm branch-lock protocol — detect same-module/same-branch collision before parallel workers drift into duplicate implementation