fix: correct workflow and step entry point filenames#24
Conversation
Agent edit step referenced ../workflow.md (doesn't exist) instead of ../workflow-edit-agent.md. Module create continue step referenced ../workflow.md instead of ../workflow-create-module.md. Module edit workflow referenced step-01-assess.md instead of step-01-load-target.md. Fixes bmad-code-org#17, bmad-code-org#18, bmad-code-org#19 Found by file reference validator (PR bmad-code-org#8)
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
Summary
../workflow.md→../workflow-edit-agent.md../workflow.md→../workflow-create-module.mdstep-01-assess.md→step-01-load-target.mdFound by
File reference validator (PR #8)
Fixes #17, #18, #19
Files changed
agent/steps-e/e-01-load-existing.mdworkflow.md→workflow-edit-agent.mdmodule/steps-c/step-01b-continue.mdworkflow.md→workflow-create-module.mdmodule/workflow-edit-module.mdstep-01-assess.md→step-01-load-target.mdWhy is this safe
These are frontmatter path corrections only. Each fix points the reference to the workflow or step file that actually exists and serves as the correct entry point for its respective flow.