Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit db1daad

Browse files
author
Jobdori
committed
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]
1 parent 784f07a commit db1daad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 =
279279
4. Wire `SummaryCompressor` into the lane event pipeline — **done**: `compress_summary_text()` feeds into `LaneEvent::Finished` detail field in `tools/src/lib.rs`
280280

281281
**P2 — Clawability hardening (original backlog)**
282-
5. Worker readiness handshake + trust resolution
283-
6. Prompt misdelivery detection and recovery
282+
5. Worker readiness handshake + trust resolution**done**: `WorkerStatus` state machine with `Spawning``TrustRequired``ReadyForPrompt``PromptAccepted``Running` lifecycle, `trust_auto_resolve` + `trust_gate_cleared` gating
283+
6. Prompt misdelivery detection and recovery**done**: `prompt_delivery_attempts` counter, `PromptMisdelivery` event detection, `auto_recover_prompt_misdelivery` + `replay_prompt` recovery arm
284284
7. Canonical lane event schema in clawhip
285285
8. Failure taxonomy + blocker normalization
286286
9. Stale-branch detection before workspace tests

0 commit comments

Comments
 (0)