Skip to content

Commit d7a5539

Browse files
committed
fix: define installed workflow paths in qa and create-story
1 parent bd20d75 commit d7a5539

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/bmm/workflows/4-implementation/create-story/workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ web_bundle: false
1414
- `sprint_status`, `epics_file`, `prd_file`, `architecture_file`, `ux_file`
1515
- `project_context`
1616
- `date` (system-generated)
17+
- `installed_path` = `{project-root}/_bmad/bmm/workflows/4-implementation/create-story`
1718

1819
<workflow>
1920
<critical>Communicate all responses in {communication_language} and generate all documents in {document_output_language}</critical>
@@ -269,7 +270,7 @@ web_bundle: false
269270
</step>
270271

271272
<step n="6" goal="Update sprint status and finalize">
272-
<invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.md</invoke-task>
273+
<invoke-task>Validate against checklist at {installed_path}/checklist.md using {project-root}/_bmad/core/tasks/validate-workflow.md</invoke-task>
273274
<action>Save story document unconditionally</action>
274275

275276
<!-- Update sprint status -->

src/bmm/workflows/qa/automate/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ web_bundle: false
1313
- `document_output_language`
1414
- `output_folder`
1515
- `implementation_artifacts`
16-
- `installed_path`
16+
- `installed_path` = `{project-root}/_bmad/bmm/workflows/qa/automate`
1717
- `config_source`
1818
- `test_dir`
1919
- `source_dir`
@@ -29,7 +29,7 @@ web_bundle: false
2929
</step>
3030

3131
<step n="2" goal="Validate generated tests">
32-
<invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.md</invoke-task>
32+
<invoke-task>Validate against checklist at {installed_path}/checklist.md using {project-root}/_bmad/core/tasks/validate-workflow.md</invoke-task>
3333
</step>
3434

3535
</workflow>

0 commit comments

Comments
 (0)