Skip to content

Commit 04e3dc8

Browse files
authored
Fix leaked source paths in PRD validation report (bmad-code-org#1481)
Replace /src/core/ paths with {project-root}/_bmad/core/ convention in validation-report-prd-workflow.md lines 293-294. These paths reference party-mode and advanced-elicitation workflows using the source tree layout (/src/core/) instead of the installed layout ({project-root}/_bmad/core/) that Beta.4 standardized across all other files. This is the remaining half of the fix for bmad-code-org#1435, which was closed as "will fix with .4 release" but only the brianmadison path on line 11 and the XML syntax issue were addressed. The /src/core/ paths on lines 293-294 were missed. Fixes bmad-code-org#1480
1 parent ef7abb7 commit 04e3dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ editWorkflow: './steps-e/step-e-01-discovery.md'
290290
- ✅ Proper workflow path configuration
291291

292292
**2. External Workflow References:**
293-
- ✅ Party-mode workflow: Exists at `/src/core/workflows/party-mode/workflow.md`
294-
- ✅ Advanced-elicitation task: Exists at `/src/core/workflows/advanced-elicitation/workflow.xml`
293+
- ✅ Party-mode workflow: Exists at `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
294+
- ✅ Advanced-elicitation task: Exists at `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
295295

296296
**3. Directory Structure:**
297297
- ✅ Complete step architecture (all 3 modes)

0 commit comments

Comments
 (0)