Found by
File reference validator (PR #8)
Description
The step-1b-template.md file references ./step-01b-continue.md in its frontmatter, but this file doesn't exist in workflows/workflow/templates/. This is a template file that demonstrates example frontmatter — the path would only be valid when the template is copied to an actual workflow directory.
Affected files
| File |
Line |
Current ref |
Frontmatter key |
src/workflows/workflow/templates/step-1b-template.md |
20 |
./step-01b-continue.md |
thisStepFile |
Status
No fix proposed — this may be a false positive. The template's frontmatter is prescriptive (showing what to put in the destination file), not a real reference from the template's own location. Consider adding template-awareness to the validator.
Confidence: LOW — likely a validator false positive rather than an actual broken reference.
Found by
File reference validator (PR #8)
Description
The step-1b-template.md file references
./step-01b-continue.mdin its frontmatter, but this file doesn't exist inworkflows/workflow/templates/. This is a template file that demonstrates example frontmatter — the path would only be valid when the template is copied to an actual workflow directory.Affected files
src/workflows/workflow/templates/step-1b-template.md./step-01b-continue.mdthisStepFileStatus
No fix proposed — this may be a false positive. The template's frontmatter is prescriptive (showing what to put in the destination file), not a real reference from the template's own location. Consider adding template-awareness to the validator.
Confidence: LOW — likely a validator false positive rather than an actual broken reference.