Commit 04151e8
chore(openspec): trim sub-3 file_scope to satisfy fleet validator
The fleet's plan-validator is stricter than colony's MCP validator: it
flags any file_scope intersection, even between dependent subtasks
(sub-3 depends_on sub-2). Drop main.rs from sub-3's formal scope; the
agent still adds 'mod protocol;' to main.rs at write time, but it is
no longer declared territory, which lets bringup pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6d8885f commit 04151e8
2 files changed
Lines changed: 2 additions & 3 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments