|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [6.0.0-Beta.0] |
| 4 | + |
| 5 | +**Release: January 2026 - Alpha to Beta Transition** |
| 6 | + |
| 7 | +### 🎉 Beta Release |
| 8 | + |
| 9 | +- **Transition from Alpha to Beta**: BMad Method is now in Beta! This marks a significant milestone in the framework's development |
| 10 | +- **NPM Default Tag**: Beta versions are now published with the `latest` tag, making `npx bmad-method` serve the beta version by default |
| 11 | + |
| 12 | +### 🌟 Key Highlights |
| 13 | + |
| 14 | +1. **bmad-help**: Revolutionary AI-powered guidance system replaces the alpha workflow-init and workflow tracking — introduces full AI intelligence to guide users through workflows, commands, and project context |
| 15 | +2. **Module Ecosystem Expansion**: bmad-builder, CIS (Creative Intelligence Suite), and Game Dev Studio moved to separate repositories for focused development |
| 16 | +3. **Installer Consolidation**: Unified installer architecture with standardized command naming (`bmad-dash-case.md` or `bmad-*-agent-*.md`) |
| 17 | +4. **Windows Compatibility**: Complete migration from Inquirer.js to @clack/prompts for reliable cross-platform support |
| 18 | + |
| 19 | +### 🚀 Major Features |
| 20 | + |
| 21 | +**bmad-help - Intelligent Guidance System:** |
| 22 | + |
| 23 | +- **Replaces**: workflow-init and legacy workflow tracking |
| 24 | +- **AI-Powered**: Full context awareness of installed modules, workflows, agents, and commands |
| 25 | +- **Dynamic Discovery**: Automatically catalogs all available workflows from installed modules |
| 26 | +- **Intelligent Routing**: Guides users to the right workflow or agent based on their goal |
| 27 | +- **IDE Integration**: Generates proper IDE command files for all discovered workflows |
| 28 | + |
| 29 | +**Module Restructuring:** |
| 30 | + |
| 31 | +| Module | Status | New Location | |
| 32 | +| ------------------------------------- | ------------------------------------------------- | ------------------------------------------------------- | |
| 33 | +| **bmad-builder** | Near beta, with docs and walkthroughs coming soon | `bmad-code-org/bmad-builder` | |
| 34 | +| **CIS** (Creative Intelligence Suite) | Published as npm package | `bmad-code-org/bmad-module-creative-intelligence-suite` | |
| 35 | +| **Game Dev Studio** | Published as npm package | `bmad-code-org/bmad-module-game-dev-studio` | |
| 36 | + |
| 37 | +### 🔧 Installer & CLI Improvements |
| 38 | + |
| 39 | +**UnifiedInstaller Architecture:** |
| 40 | + |
| 41 | +- All IDE installers now use a common `UnifiedInstaller` class |
| 42 | +- Standardized command naming conventions: |
| 43 | + - Workflows: `bmad-module-workflow-name.md` |
| 44 | + - Agents: `bmad-module-agent-name.md` |
| 45 | + - Tasks: `bmad-task-name.md` |
| 46 | + - Tools: `bmad-tool-name.md` |
| 47 | +- External module installation from npm with progress indicators |
| 48 | +- Module removal on unselect with confirmation |
| 49 | + |
| 50 | +**Windows Compatibility Fix:** |
| 51 | + |
| 52 | +- Replaced Inquirer.js with @clack/prompts to fix arrow key navigation issues on Windows |
| 53 | +- All 91 installer workflows migrated to new prompt system |
| 54 | + |
| 55 | +### 📚 Documentation Updates |
| 56 | + |
| 57 | +**Significant docsite improvements:** |
| 58 | + |
| 59 | +- Interactive workflow guide page (`/workflow-guide`) with track selector |
| 60 | +- TEA documentation restructured using Diátaxis framework (25 docs) |
| 61 | +- Style guide optimized for LLM readers (367 lines, down from 767) |
| 62 | +- Glossary rewritten using table format (123 lines, down from 373) |
| 63 | +- README overhaul with numbered command flows and prominent `/bmad-help` callout |
| 64 | +- New workflow map diagram with interactive HTML |
| 65 | +- New editorial review tasks for document quality |
| 66 | +- E2E testing methodology for Game Dev Studio |
| 67 | + |
| 68 | +More documentation updates coming soon. |
| 69 | + |
| 70 | +### 🐛 Bug Fixes |
| 71 | + |
| 72 | +- Fixed TodoMVC URL references to include `/dist/` path |
| 73 | +- Fixed glob pattern normalization for Windows compatibility |
| 74 | +- Fixed YAML indentation in kilo.js customInstructions field |
| 75 | +- Fixed stale path references in check-implementation-readiness workflow |
| 76 | +- Fixed sprint-status.yaml sync in correct-course workflow |
| 77 | +- Fixed web bundler entry point reference |
| 78 | +- Fixed mergeModuleHelpCatalogs ordering after generateManifests |
| 79 | + |
| 80 | +### 📊 Statistics |
| 81 | + |
| 82 | +- **91 commits** since alpha.23 |
| 83 | +- **969 files changed** (+23,716 / -91,509 lines) |
| 84 | +- **Net reduction of ~67,793 lines** through cleanup and consolidation |
| 85 | +- **3 major modules** moved to separate repositories |
| 86 | +- **Complete installer refactor** for standardization |
| 87 | + |
| 88 | +--- |
| 89 | + |
3 | 90 | ## [6.0.0-alpha.23] |
4 | 91 |
|
5 | 92 | **Release: January 11, 2026** |
|
0 commit comments