fix: define installed workflow paths in qa and create-story

This commit is contained in:
Dicky Moore 2026-02-08 01:18:31 +00:00
parent bd20d75998
commit d7a55394c5
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ web_bundle: false
- `sprint_status`, `epics_file`, `prd_file`, `architecture_file`, `ux_file`
- `project_context`
- `date` (system-generated)
- `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/create-story`
<workflow>
<critical>Communicate all responses in {communication_language} and generate all documents in {document_output_language}</critical>
@ -269,7 +270,7 @@ web_bundle: false
</step>
<step n="6" goal="Update sprint status and finalize">
<invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.md</invoke-task>
<invoke-task>Validate against checklist at {installed_path}/checklist.md using {project-root}/_bmad/core/tasks/validate-workflow.md</invoke-task>
<action>Save story document unconditionally</action>
<!-- Update sprint status -->

View File

@ -13,7 +13,7 @@ web_bundle: false
- `document_output_language`
- `output_folder`
- `implementation_artifacts`
- `installed_path`
- `installed_path` = `{project-root}/_bmad/bmm/workflows/qa/automate`
- `config_source`
- `test_dir`
- `source_dir`
@ -29,7 +29,7 @@ web_bundle: false
</step>
<step n="2" goal="Validate generated tests">
<invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.md</invoke-task>
<invoke-task>Validate against checklist at {installed_path}/checklist.md using {project-root}/_bmad/core/tasks/validate-workflow.md</invoke-task>
</step>
</workflow>