fix(workflow): leaked source paths in PRD validation report#1481
Merged
bmadcode merged 2 commits intobmad-code-org:mainfrom Feb 1, 2026
Merged
Conversation
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
📝 WalkthroughWalkthroughThis PR fixes absolute developer machine paths that were inadvertently committed to the validation report markdown file, normalizing them to use the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
bmadcode
approved these changes
Feb 1, 2026
Collaborator
|
good catch, thanks @arcaven |
bmadcode
pushed a commit
that referenced
this pull request
Feb 1, 2026
### 🎁 Features * Add generate-project-context workflow * Shard market research customer analysis ### 🐛 Bug Fixes * Fix npm install peer dependency issues (PR #1476) * Fix leaked source paths in PRD validation report (#1481) * Fix orphaned market research customer analysis (#1486) * Fix duplicate 2-letter brainstorming code (BS → BSP) * Fix tech writer sidecar functionality (#1487) * Fix relative paths in workflow steps (#1497, #1498) * Fix party-mode workflow file extension (#1499) * Fix generated slash commands (#1501) * Fix agent scan and help CSV files * Fix HELP_STEP placeholder replacement (#1437) ### 📚 Documentation * Add exact slash commands to Getting Started guide (#1505) * Remove .claude/commands from version control (#1506) ### 🔧 Maintenance * Update Starlight to 0.37.5 * Add GitHub issue templates
dickymoore
pushed a commit
to dickymoore/BMAD-METHOD
that referenced
this pull request
Feb 6, 2026
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
dickymoore
pushed a commit
to dickymoore/BMAD-METHOD
that referenced
this pull request
Feb 6, 2026
### 🎁 Features * Add generate-project-context workflow * Shard market research customer analysis ### 🐛 Bug Fixes * Fix npm install peer dependency issues (PR bmad-code-org#1476) * Fix leaked source paths in PRD validation report (bmad-code-org#1481) * Fix orphaned market research customer analysis (bmad-code-org#1486) * Fix duplicate 2-letter brainstorming code (BS → BSP) * Fix tech writer sidecar functionality (bmad-code-org#1487) * Fix relative paths in workflow steps (bmad-code-org#1497, bmad-code-org#1498) * Fix party-mode workflow file extension (bmad-code-org#1499) * Fix generated slash commands (bmad-code-org#1501) * Fix agent scan and help CSV files * Fix HELP_STEP placeholder replacement (bmad-code-org#1437) ### 📚 Documentation * Add exact slash commands to Getting Started guide (bmad-code-org#1505) * Remove .claude/commands from version control (bmad-code-org#1506) ### 🔧 Maintenance * Update Starlight to 0.37.5 * Add GitHub issue templates
This was referenced Feb 11, 2026
This was referenced Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces two
/src/core/source tree paths with the{project-root}/_bmad/core/convention invalidation-report-prd-workflow.md(lines 293-294).Context
This is the remaining half of the fix for #1435, which reported both a malformed XML syntax issue and a hardcoded developer path. The issue was closed with "will fix with .4 release" — the XML syntax and the
brianmadisonpath on line 11 were fixed, but these two/src/core/references were missed:When the installer copies this file to consumer installations, the
/src/core/paths don't match the installed_bmad/core/layout. The{project-root}/_bmad/core/convention is consistent with how all other Beta.4 files reference cross-module paths.Fixes #1480
Test plan
src/bmm/reference/src/core/(only this file had the issue){project-root}/_bmad/core/is the convention used by party-mode workflow, brainstorming workflow, and excalidraw resources