From b62e169bacd76fd3f943b1832facfa955e6c1595 Mon Sep 17 00:00:00 2001 From: PinkyD Date: Tue, 7 Oct 2025 14:07:30 -0700 Subject: [PATCH] adjusted workflow installed_path to proper bmm workflow folders (#688) --- .../bmm/workflows/4-implementation/create-story/workflow.yaml | 2 +- .../bmm/workflows/4-implementation/dev-story/workflow.yaml | 2 +- .../bmm/workflows/4-implementation/review-story/workflow.yaml | 2 +- .../bmm/workflows/4-implementation/story-context/workflow.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml index 27017313..eaa76f41 100644 --- a/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml @@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/create-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/create-story" template: "{installed_path}/template.md" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml index dc84240f..1cbee493 100644 --- a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml @@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/dev-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml index f0daa0fe..cee59242 100644 --- a/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml @@ -11,7 +11,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/review-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/review-story" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml b/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml index 4de8f47a..2664fca7 100644 --- a/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml @@ -11,7 +11,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/story-context" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/story-context" template: "{installed_path}/context-template.xml" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md"