Found by
File reference validator (PR #8)
Description
The module create continuation step references ../workflow.md in its frontmatter, but no bare workflow.md exists in the module workflow directory. The named workflow files are workflow-create-module.md, workflow-create-module-brief.md, workflow-edit-module.md, and workflow-validate-module.md.
Affected files
| File |
Line |
Current ref |
Frontmatter key |
src/workflows/module/steps-c/step-01b-continue.md |
5 |
../workflow.md |
workflowFile |
Proposed fix
Change ../workflow.md → ../workflow-create-module.md (since this is the create flow's continuation step).
Confidence: HIGH — the step is in steps-c/ (create) and workflowFile is a self-reference to the parent workflow.