Found by
File reference validator (PR #8)
Description
The agent edit entry step references ../workflow.md in its frontmatter, but no bare workflow.md exists in the agent workflow directory. The named workflow files are workflow-create-agent.md, workflow-edit-agent.md, and workflow-validate-agent.md.
Affected files
| File |
Line |
Current ref |
Frontmatter key |
src/workflows/agent/steps-e/e-01-load-existing.md |
7 |
../workflow.md |
workflowFile |
Proposed fix
Change ../workflow.md → ../workflow-edit-agent.md (since this is the edit flow's entry step).
Confidence: HIGH — the step is in steps-e/ (edit) and workflowFile is a self-reference to the parent workflow.
Found by
File reference validator (PR #8)
Description
The agent edit entry step references
../workflow.mdin its frontmatter, but no bareworkflow.mdexists in the agent workflow directory. The named workflow files areworkflow-create-agent.md,workflow-edit-agent.md, andworkflow-validate-agent.md.Affected files
src/workflows/agent/steps-e/e-01-load-existing.md../workflow.mdworkflowFileProposed fix
Change
../workflow.md→../workflow-edit-agent.md(since this is the edit flow's entry step).Confidence: HIGH — the step is in
steps-e/(edit) andworkflowFileis a self-reference to the parent workflow.