Improved
v6.0.0-Beta.6
๐ Key Highlights
- Cross-File Reference Validator: Comprehensive tool to detect broken file references, preventing 59 known bugs (~25% of historical issues)
- New AutocompleteMultiselect Prompt: Searchable multi-select with improved tool/IDE selection UX
- Critical Installer Fixes: Windows CRLF parsing, Gemini CLI TOML support, file extension preservation
- Codebase Cleanup: Removed dead Excalidraw/flattener artifacts (-3,798 lines)
๐ Features
- Cross-File Reference Validator โ Validates ~483 references across ~217 source files, detecting absolute path leaks and broken references (PR #1494)
- AutocompleteMultiselect Prompt โ Upgraded
@clack/promptsto v1.0.0 with custom searchable multiselect, Tab-to-fill-placeholder behavior, and improved tool/IDE selection UX (PR #1514) - OT Domains โ Added
process_controlandbuilding_automationdomains with high complexity ratings (PR #1510) - Documentation Reference Pages โ Added
docs/reference/agents.md,commands.md, andtesting.md(PR #1525)
๐ Bug Fixes
- Critical Installer Fixes โ Fixed CRLF line ending parsing on Windows, Gemini CLI TOML support, file extension preservation, Codex task generation, Windows path handling, and CSV parsing (PR #1492)
- Double Tool Questioning โ Removed redundant tool questioning during installation (df176d42)
- QA Agent Rename โ Renamed Quinn agent to
qafor naming consistency (PR #1508) - Documentation Organization โ Fixed documentation ordering and links, hide BMGD pages from main LLM docs (PR #1525)
โป๏ธ Refactoring
- Excalidraw/Flattener Removal โ Removed dead artifacts no longer supported beyond beta: Excalidraw workflows, flattener tool, and 12+ diagram creation workflows (-3,798 lines) (f699a368)
- Centralized Constants โ Centralized
BMAD_FOLDER_NAMEto reduce hardcoded strings (PR #1492) - Cross-Platform Paths โ Fixed path separator inconsistencies in agent IDs (PR #1492)
๐ Documentation
- BMGD Diataxis Refactor โ Refactored BMGD documentation using Diataxis principles for better organization (PR #1502)
- Generate Project Context โ Restored
generate-project-contextworkflow for brownfield project analysis (PR #1491)
๐ง Maintenance
- Dependency Updates โ Upgraded
@clack/promptsfrom v0.11.0 to v1.0.0 and added@clack/core(PR #1514) - CI Integration โ Added
validate:refsto CI quality workflow with warning annotations (PR #1494)