fix: define installed workflow paths in qa and create-story
This commit is contained in:
parent
e86fa2ee9e
commit
98831695d0
|
|
@ -14,6 +14,7 @@ web_bundle: false
|
||||||
- `sprint_status`, `epics_file`, `prd_file`, `architecture_file`, `ux_file`
|
- `sprint_status`, `epics_file`, `prd_file`, `architecture_file`, `ux_file`
|
||||||
- `project_context`
|
- `project_context`
|
||||||
- `date` (system-generated)
|
- `date` (system-generated)
|
||||||
|
- `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/create-story`
|
||||||
|
|
||||||
<workflow>
|
<workflow>
|
||||||
<critical>Communicate all responses in {communication_language} and generate all documents in {document_output_language}</critical>
|
<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>
|
||||||
|
|
||||||
<step n="6" goal="Update sprint status and finalize">
|
<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>
|
<action>Save story document unconditionally</action>
|
||||||
|
|
||||||
<!-- Update sprint status -->
|
<!-- Update sprint status -->
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ web_bundle: false
|
||||||
- `document_output_language`
|
- `document_output_language`
|
||||||
- `output_folder`
|
- `output_folder`
|
||||||
- `implementation_artifacts`
|
- `implementation_artifacts`
|
||||||
- `installed_path`
|
- `installed_path` = `{project-root}/_bmad/bmm/workflows/qa/automate`
|
||||||
- `config_source`
|
- `config_source`
|
||||||
- `test_dir`
|
- `test_dir`
|
||||||
- `source_dir`
|
- `source_dir`
|
||||||
|
|
@ -29,7 +29,7 @@ web_bundle: false
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step n="2" goal="Validate generated tests">
|
<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>
|
</step>
|
||||||
|
|
||||||
</workflow>
|
</workflow>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue