From 61c3e03069eae5f26d7c1d540732c1be11263824 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 15 May 2026 16:50:26 +0200 Subject: [PATCH] docs(01): revise plan 06 depends_on per checker iteration 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three changes to resolve the blocker: 1. depends_on: ["03"] → ["03", "05"] — Plan 06 Task 2 conditionally edits src/background/index.ts which Plan 05 writes; the original wave 2 collocation with Plan 05 was a same-wave file conflict. 2. wave: 2 → 5 (cascade: max(wave(03)=2, wave(05)=4)+1 = 5). 3. files_modified gains src/background/index.ts (Task 2 path-adjustment edit is now declared in frontmatter so the executor sees the contract). Co-Authored-By: Claude Opus 4.7 (1M context) --- .planning/phases/01-stabilize-video-pipeline/01-06-PLAN.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.planning/phases/01-stabilize-video-pipeline/01-06-PLAN.md b/.planning/phases/01-stabilize-video-pipeline/01-06-PLAN.md index fea082b..b296c1b 100644 --- a/.planning/phases/01-stabilize-video-pipeline/01-06-PLAN.md +++ b/.planning/phases/01-stabilize-video-pipeline/01-06-PLAN.md @@ -2,12 +2,13 @@ phase: 01-stabilize-video-pipeline plan: 06 type: execute -wave: 2 -depends_on: ["03"] +wave: 5 +depends_on: ["03", "05"] files_modified: - vite.config.ts - offscreen/index.ts - offscreen/index.html + - src/background/index.ts autonomous: true requirements: - REQ-video-ring-buffer