diff --git a/CHANGELOG.md b/CHANGELOG.md index ef064ebd..e9689d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [6.0.0-Beta.3] + +### 🌟 Key Highlights + +1. **SDET Module Replaces TEA**: TEA module removed from core, SDET module added with "automate" workflow for test automation +2. **Gemini CLI TOML Support**: IDE integration now supports the TOML config format used by Gemini CLI +3. **File System Sprint Status**: Default project_key support for file-system based sprint status tracking + +### 🔧 Features & Improvements + +**Module Changes:** +- **TEA Module Moved to External** (#1430, #1443): The TEA module is now external. SDET module added with a single "automate" workflow focused on test automation +- **SDET Module**: New module with streamlined test automation capabilities + +**IDE Integration:** +- **Gemini CLI TOML Format** (#1431): Previous update accidentally switched Gemini to md instead of toml. + +**Sprint Status:** +- **Default project_key** (#1446): File-system based sprint status now uses a default project_key so certain LLMs do not complain + +### 🐛 Bug Fixes + +- **Quick-flow workflow path fix** (#1368): Fixed incorrect workflow_path in bmad-quick-flow/quick-spec steps (step-01, step-02, step-03) - changed from non-existent 'create-tech-spec' to correct 'quick-spec' +- **PRD edit flow paths**: Fixed path references in PRD editing workflow +- **Agent file handling**: Changes to prevent double agent files and use .agent.md file extensions +- **README link fix**: Corrected broken documentation links + ## [6.0.0-Beta.2] - Fix installer so commands match what is installed, centralize most ide into a central file instead of separate files for each ide. diff --git a/package-lock.json b/package-lock.json index 5b17a227..4b1439ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", diff --git a/package.json b/package.json index 8e1164cf..9af00dcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "bmad-method", - "version": "6.0.0-Beta.2", + "version": "6.0.0-Beta.3", "description": "Breakthrough Method of Agile AI-driven Development", "keywords": [ "agile",