BMAD-METHOD/tools/cli/commands
Brian Madison 0d83799ecf refactor: simplify module discovery to scan entire project
- Module discovery now scans entire project recursively for install-config.yaml
- Removed hardcoded module locations (bmad-custom-src, etc.)
- Modules can exist anywhere with _module-installer/install-config.yaml
- All modules treated equally regardless of location
- No special UI handling for 'custom' modules
- Core module excluded from selection list (always installed first)
- Only install-config.yaml is valid (removed support for legacy config.yaml)

Modules are now discovered by structure, not location.
2025-12-06 15:28:37 -06:00
..
agent-install.js installer updates working with basic flow 2025-12-06 12:53:43 -06:00
build.js chore(cli): remove broken build caching (#1042) 2025-12-06 12:38:56 -06:00
cleanup.js installer allows cleanup of unneeded files in upgrades 2025-11-26 16:47:15 -06:00
install.js refactor: simplify module discovery to scan entire project 2025-12-06 15:28:37 -06:00
list.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
status.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
uninstall.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
update.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00