Found by
File reference validator (PR #8)
Description
3 files reference ../../templates/agent-spec-template.md which resolves to workflows/templates/ (doesn't exist). The actual file is at workflows/module/data/agent-spec-template.md — wrong depth AND wrong directory (data/ not templates/).
Affected files
| File |
Line |
Current ref |
src/workflows/module/steps-c/step-01-load-brief.md |
7 |
../../templates/agent-spec-template.md |
src/workflows/module/steps-c/step-04-agents.md |
6 |
../../templates/agent-spec-template.md |
src/workflows/module/steps-v/step-04-agent-specs.md |
6 |
../../templates/agent-spec-template.md |
Proposed fix
Change ../../templates/agent-spec-template.md → ../data/agent-spec-template.md in all 3 files.
Confidence: VERY HIGH — target file verified at src/workflows/module/data/agent-spec-template.md.
Found by
File reference validator (PR #8)
Description
3 files reference
../../templates/agent-spec-template.mdwhich resolves toworkflows/templates/(doesn't exist). The actual file is atworkflows/module/data/agent-spec-template.md— wrong depth AND wrong directory (data/nottemplates/).Affected files
src/workflows/module/steps-c/step-01-load-brief.md../../templates/agent-spec-template.mdsrc/workflows/module/steps-c/step-04-agents.md../../templates/agent-spec-template.mdsrc/workflows/module/steps-v/step-04-agent-specs.md../../templates/agent-spec-template.mdProposed fix
Change
../../templates/agent-spec-template.md→../data/agent-spec-template.mdin all 3 files.Confidence: VERY HIGH — target file verified at
src/workflows/module/data/agent-spec-template.md.