- Replace monolithic instructions.md with 6 discrete step files
- Add adversarial code review as integrated step (step-05)
- Include non-Git fallback for diff construction
- Standardize step formatting and NEXT directives
- Add Docusaurus-based documentation site with GitHub Actions workflow
- Configure site URL auto-detection for fork deployments
- Fix documentation link paths for baseUrl compatibility
- Add IDE info and getting-started documentation structure
- Update module docs README.md to index.md with fixed links
- Fix broken workflow, agent, and testarch doc links
- Add CIS/BMB docs structure for contributed modules
- Enhance link transforms for docs consolidation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor config collection to handle both interactive and static fields. Update logic to process new static fields and merge answers accordingly.
Co-authored-by: Brian <bmadcode@gmail.com>
* fix: remove debug console.log statements from ui.js
* fix: add error handling and rollback for temp directory cleanup
* fix: use streaming for hash calculation to reduce memory usage
* refactor: hoist CustomHandler require to top of installer.js and ui.js
* fix: fail fast on malformed custom module YAML
User customizations must be valid - silent skip hides broken configs.
* refactor: use consistent return type in handleMissingCustomSources
* refactor: clone config at install() entry to prevent mutation
Custom modules with module.yaml configuration prompts were not being
collected during installation. Added customModulePaths option to
ConfigCollector to resolve custom module paths from selectedFiles
and cachedModules sources.
- Fix getAgentsFromDir in bmad-artifacts.js to recursively scan subdirectories
- This ensures agents like cbt-coach and wellness-companion that are in subdirectories are properly found
- Agents now correctly get slash commands in .claude/commands/bmad/mwm/agents/
- All agents from the manifest now have corresponding IDE commands