From 11c418c6fab0e968f10df0497b50bc13f901d1de Mon Sep 17 00:00:00 2001 From: Jobdori Date: Sat, 4 Apr 2026 21:33:01 +0900 Subject: [PATCH] docs(ROADMAP): update P2 backlog with completion status and new gap - P2.13: Mark session completion failure classification as done (WorkerFailureKind::Provider + observe_completion() + recovery bridge) - P2.14: Add config merge validation gap (active bug being fixed in clawcode-issue-9507-claw-help-hooks-merge lane) The config merge bug: deep_merge_objects() can produce non-string values in hooks arrays, which fail validation in optional_string_array() at claw --help time with 'field PreToolUse must contain only strings'. --- ROADMAP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index c003550..46b000e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -287,7 +287,8 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = 10. MCP structured degraded-startup reporting 11. Structured task packet format 12. Lane board / machine-readable status API -13. **Session completion failure classification** — sessions that complete with `finish: "unknown"` or zero output (provider errors, context exhaustion, etc.) are not classified by `WorkerFailureKind`; worker boot state machine cannot surface these as structured failures for recovery policy +13. **Session completion failure classification** — **done**: `WorkerFailureKind::Provider` + `observe_completion()` + recovery recipe bridge landed +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 **P3 — Swarm efficiency** 13. Swarm branch-lock protocol — detect same-module/same-branch collision before parallel workers drift into duplicate implementation