From db1daadf3e0160b57f233426f0a6904c5c3fc394 Mon Sep 17 00:00:00 2001 From: Jobdori Date: Sat, 4 Apr 2026 23:51:48 +0900 Subject: [PATCH] docs: mark P2.5 and P2.6 complete in ROADMAP Worker boot recovery hardening landed: - P2.5: Worker readiness handshake + trust resolution (state machine) - P2.6: Prompt misdelivery detection and recovery (replay arm) [source: direct_development] --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 9e4d36f..b5e4fda 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -279,8 +279,8 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = 4. Wire `SummaryCompressor` into the lane event pipeline — **done**: `compress_summary_text()` feeds into `LaneEvent::Finished` detail field in `tools/src/lib.rs` **P2 — Clawability hardening (original backlog)** -5. Worker readiness handshake + trust resolution -6. Prompt misdelivery detection and recovery +5. Worker readiness handshake + trust resolution — **done**: `WorkerStatus` state machine with `Spawning` → `TrustRequired` → `ReadyForPrompt` → `PromptAccepted` → `Running` lifecycle, `trust_auto_resolve` + `trust_gate_cleared` gating +6. Prompt misdelivery detection and recovery — **done**: `prompt_delivery_attempts` counter, `PromptMisdelivery` event detection, `auto_recover_prompt_misdelivery` + `replay_prompt` recovery arm 7. Canonical lane event schema in clawhip 8. Failure taxonomy + blocker normalization 9. Stale-branch detection before workspace tests