fix: correct relative path depth for module data and template references#23
Conversation
All module workflow steps referenced ../../data/ and ../../templates/ but the actual files are at ../data/ and ../templates/ (one level closer). Also corrects agent-spec-template.md references from templates/ to data/ where it actually lives. Fixes bmad-code-org#9, bmad-code-org#10, bmad-code-org#11, bmad-code-org#12, bmad-code-org#13, bmad-code-org#14 Found by file reference validator (PR bmad-code-org#8)
WalkthroughThis pull request systematically corrects relative file path references across multiple workflow step definition files in the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 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 |
Summary
../../data/or../../templates/but actual files are at../data/or../templates/(one../too many)agent-spec-template.mdfromtemplates/todata/where it actually livesFound by
File reference validator (PR #8)
Fixes #9, #10, #11, #12, #13, #14
Files changed
steps-c/step-01-load-brief.mdsteps-c/step-02-structure.mdsteps-c/step-03-config.mdsteps-c/step-04-agents.mdsteps-c/step-05-workflows.mdsteps-b/step-13-review.mdsteps-b/step-14-finalize.mdsteps-e/step-01-load-target.mdsteps-v/step-02-file-structure.mdsteps-v/step-03-module-yaml.mdsteps-v/step-04-agent-specs.mdsteps-v/step-05-workflow-specs.mdWhy is this safe
These are frontmatter path corrections only. No logic, no step content, no workflow behavior changes. Each fix points the reference to the file that already exists at the correct location.
Summary by CodeRabbit