Conversation
🤖 Augment PR SummarySummary: Restores the TEA conversational agent as a native installable entrypoint and standardizes end-user invocation as
🤖 Was this summary useful? React with 👍 or 👎 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR extends manifest generation and skill collection logic to recognize Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~13 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
What
This restores the TEA conversational agent as a native installable entrypoint and renames it to bmad-tea for consistent end-user invocation across BMAD surfaces. It also updates BMAD’s manifest generation so native SKILL.md agent directories are exported correctly to skill-format IDEs like Codex and Claude Code.
Why
TEA workflows were installing, but the dedicated Test Architect chat/menu entrypoint was being skipped because BMAD only treated native SKILL.md directories as installable when the manifest type was skill, not agent.
Renaming the entrypoint to bmad-tea also makes the conversational agent name consistent and easier for users to discover.
How
Testing
Verified the BMAD installer behavior with node test/test-installation-components.js in BMAD-METHOD. Verified the TEA module structure and renamed entrypoint with node test/test-installation-components.js in bmad-method-test-architecture-enterprise.