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

Commit 11c418c

Browse files
author
Jobdori
committed
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'.
1 parent 8b2f959 commit 11c418c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ROADMAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 =
287287
10. MCP structured degraded-startup reporting
288288
11. Structured task packet format
289289
12. Lane board / machine-readable status API
290-
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
290+
13. **Session completion failure classification****done**: `WorkerFailureKind::Provider` + `observe_completion()` + recovery recipe bridge landed
291+
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
291292

292293
**P3 — Swarm efficiency**
293294
13. Swarm branch-lock protocol — detect same-module/same-branch collision before parallel workers drift into duplicate implementation

0 commit comments

Comments
 (0)