From 69a1e23bfb938686e755b66a7e6c4d5863a624cb Mon Sep 17 00:00:00 2001 From: Michael Pursifull Date: Sat, 31 Jan 2026 15:27:32 -0600 Subject: [PATCH] fix: correct relative path to validation workflow in step-e-04-complete The validationWorkflow reference uses ./steps-v/step-v-01-discovery.md but steps-v/ is a sibling of steps-e/, not a child. Corrected to ../steps-v/step-v-01-discovery.md. Fixes #1496 --- .../2-plan-workflows/create-prd/steps-e/step-e-04-complete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md b/src/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md index 733f1a52..5d681fee 100644 --- a/src/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +++ b/src/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md @@ -4,7 +4,7 @@ description: 'Complete & Validate - Present options for next steps including ful # File references (ONLY variables used in this step) prdFile: '{prd_file_path}' -validationWorkflow: './steps-v/step-v-01-discovery.md' +validationWorkflow: '../steps-v/step-v-01-discovery.md' --- # Step E-4: Complete & Validate