Fix step file path in check-implementation-readiness workflow
Add missing `steps/` subdirectory prefix to the first step reference in workflow.md. The step files live in a `steps/` subdirectory but the entry point was referencing `./step-01-document-discovery.md` instead of `./steps/step-01-document-discovery.md`, causing a file-not-found error on workflow initialization. Closes #1615 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3dd37bc94d
commit
8d32444867
|
|
@ -51,4 +51,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|||
|
||||
### 2. First Step EXECUTION
|
||||
|
||||
Read fully and follow: `./step-01-document-discovery.md` to begin the workflow.
|
||||
Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.
|
||||
|
|
|
|||
Loading…
Reference in New Issue