From fbb2275ab4b1ca4d4355dfca519c8c9e0e26ec75 Mon Sep 17 00:00:00 2001 From: Jobdori Date: Sun, 5 Apr 2026 00:16:07 +0900 Subject: [PATCH] docs: mark P2.14 complete in ROADMAP Config merge validation gap fixed at 5bee22b: - Hook validation before deep-merge in config.rs - Source-path context for malformed entries - Prevents non-string hook arrays from poisoning runtime --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index f2f606c..7f1952d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -288,7 +288,7 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = 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` 12. Lane board / machine-readable status API — **done**: Lane completion hardening + `LaneContext::completed` auto-detection + MCP degraded reporting surface machine-readable state 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 +14. **Config merge validation gap** — **done**: `config.rs` hook validation before deep-merge (+56 lines), malformed entries fail with source-path context instead of merged parse errors 15. **MCP manager discovery flaky test** — `manager_discovery_report_keeps_healthy_servers_when_one_server_fails` has intermittent timing issues in CI; temporarily ignored, needs root cause fix **P3 — Swarm efficiency**