fix(bmm): resolve dead references and syntax errors in agents and workflows#1164
Conversation
…kflows - Fix XML syntax error in dev-story/instructions.xml:20 (goto element) - Fix path typo in tech-writer.agent.yaml (_bmadbmm → _bmad/bmm) - Fix wrong route in analyst.agent.yaml (edit-agent → party-mode) - Comment out unimplemented validate-create-story in sm.agent.yaml - Comment out unimplemented validate-design in ux-designer.agent.yaml - Remove misleading validate-create-story reference in create-story output Fixes bmad-code-org#1075 Related to bmad-code-org#1163 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
WalkthroughThis PR makes targeted corrections and cleanup to agent configurations and workflow instructions. It updates routing paths in analyst and tech-writer agents, removes unimplemented validate-create-story triggers from sm and ux-designer agents, eliminates the quality competition section from create-story instructions, and fixes goto syntax in dev-story instructions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related issues
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
🧰 Additional context used📓 Path-based instructions (1)**/*⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (7)
Comment |
|
good finds here, thanks @joyshmitz |
|
The same is true for bmgd |
Summary
dev-story/instructions.xml:20(invalid<goto>element)tech-writer.agent.yaml(_bmadbmm→_bmad/bmm)analyst.agent.yaml(edit-agent→party-mode)validate-create-storyinsm.agent.yamlvalidate-designinux-designer.agent.yamlvalidate-create-storyreference fromcreate-storyoutputRoot Cause
The
validate-workflow:handler type is not recognized by the workflow engine. Menu items using this handler fail silently.Testing
Verified that:
Related Issues
🤖 Generated with Claude Code