Fix leaked source paths in PRD validation report (#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 #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 #1480
This commit is contained in:
Michael Pursifull 2026-02-01 10:15:35 -06:00 committed by GitHub
parent ef7abb7ca5
commit 04e3dc8f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,8 @@ editWorkflow: './steps-e/step-e-01-discovery.md'
- ✅ Proper workflow path configuration - ✅ Proper workflow path configuration
**2. External Workflow References:** **2. External Workflow References:**
- ✅ Party-mode workflow: Exists at `/src/core/workflows/party-mode/workflow.md` - ✅ Party-mode workflow: Exists at `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
- ✅ Advanced-elicitation task: Exists at `/src/core/workflows/advanced-elicitation/workflow.xml` - ✅ Advanced-elicitation task: Exists at `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
**3. Directory Structure:** **3. Directory Structure:**
- ✅ Complete step architecture (all 3 modes) - ✅ Complete step architecture (all 3 modes)