docs(01): revise plan 06 depends_on per checker iteration 1
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) <noreply@anthropic.com>
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
phase: 01-stabilize-video-pipeline
|
phase: 01-stabilize-video-pipeline
|
||||||
plan: 06
|
plan: 06
|
||||||
type: execute
|
type: execute
|
||||||
wave: 2
|
wave: 5
|
||||||
depends_on: ["03"]
|
depends_on: ["03", "05"]
|
||||||
files_modified:
|
files_modified:
|
||||||
- vite.config.ts
|
- vite.config.ts
|
||||||
- offscreen/index.ts
|
- offscreen/index.ts
|
||||||
- offscreen/index.html
|
- offscreen/index.html
|
||||||
|
- src/background/index.ts
|
||||||
autonomous: true
|
autonomous: true
|
||||||
requirements:
|
requirements:
|
||||||
- REQ-video-ring-buffer
|
- REQ-video-ring-buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user