🌟 Key Highlights
- SDET Module Replaces TEA: TEA module removed from core, SDET module added with "automate" workflow for test automation
- Gemini CLI TOML Support: IDE integration now supports the TOML config format used by Gemini CLI
- File System Sprint Status: Default project_key support for file-system based sprint status tracking
🔧 Features & Improvements
Module Changes:
- TEA module is now external (can be installed separately if needed)
- SDET module added with a single "automate" workflow focused on test automation
IDE Integration:
- Added support for
config.tomlfiles used by Gemini CLI - Fixed previous issue that had switched Gemini to md instead of toml
Sprint Status:
- File-system based sprint status now uses a default project_key so certain LLMs do not complain
🐛 Bug Fixes
- Fixed incorrect workflow_path in bmad-quick-flow/quick-spec steps (#1368)
- Fixed path references in PRD editing workflow
- Changes to prevent double agent files and use .agent.md file extensions
- Corrected broken documentation links
📚 Documentation
- Fixed various typos in README and customization guide (#1424)
📊 Statistics
- 9 commits since Beta.2
- 1 module removed (TEA → external)
- 1 module added (SDET)