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

Commit 5b9e47e

Browse files
author
Jobdori
committed
docs: mark P2.11 complete in ROADMAP
Structured task packet format shipped at dbfc9d5: - TaskPacket struct with validation and serialization - TaskScope resolution (workspace/module/single-file/custom) - Integration into tools/src/lib.rs - task_registry.rs coordination for runtime task tracking
1 parent dbfc9d5 commit 5b9e47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 =
285285
8. Failure taxonomy + blocker normalization — **done**: `WorkerFailureKind` enum (`TrustGate/PromptDelivery/Protocol/Provider`), `FailureScenario::from_worker_failure_kind()` bridge to recovery recipes
286286
9. Stale-branch detection before workspace tests — **done**: `stale_branch.rs` module with freshness detection, behind/ahead metrics, policy integration
287287
10. MCP structured degraded-startup reporting — **done**: `McpManager` degraded-startup reporting (+183 lines in `mcp_stdio.rs`), failed server classification (startup/handshake/config/partial), structured `failed_servers` + `recovery_recommendations` in tool output
288-
11. Structured task packet format
288+
11. Structured task packet format**done**: `task_packet.rs` module with `TaskPacket` struct, validation, serialization, `TaskScope` resolution (workspace/module/single-file/custom), integrated into `tools/src/lib.rs`
289289
12. Lane board / machine-readable status API — **done**: Lane completion hardening + `LaneContext::completed` auto-detection + MCP degraded reporting surface machine-readable state
290290
13. **Session completion failure classification****done**: `WorkerFailureKind::Provider` + `observe_completion()` + recovery recipe bridge landed
291291
14. **Config merge validation gap** — merged settings (especially `hooks`) can produce non-string array values that fail validation at `claw --help` time; error path: `deep_merge_objects()` → malformed hooks → `optional_string_array()` parse error

0 commit comments

Comments
 (0)