BMAD-METHOD/tools/docs
Alex Verkhovsky f0e81fd308 refactor(installer): restructure installer with clean separation of concerns
Move tools/cli/ to tools/installer/ with major structural cleanup:

- InstallPaths async factory for path resolution and directory creation
- Config value object (frozen) replaces mutable config bag
- ExistingInstall value object replaces stateful Detector class
- OfficialModules + CustomModules + ExternalModuleManager replace monolithic ModuleManager
- install() is prompt-free; all user interaction in ui.js
- Update state returned explicitly instead of mutating customConfig
- Delete dead code: dependency-resolver, _base-ide, IdeConfigManager,
  platform-codes helpers, npx wrapper, xml-utils
- Flatten directory structure: custom/handler → custom-handler,
  tools/cli/ → tools/installer/, lib/ directories removed
- Update all path references in package.json, tests, CI, and docs
2026-03-25 22:34:24 -06:00
..
_prompt-external-modules-page.md refactor(installer): restructure installer with clean separation of concerns 2026-03-25 22:34:24 -06:00
fix-refs.md docs: drop slash-command prefix from skill references (#1892) 2026-03-11 02:35:16 -06:00
native-skills-migration-checklist.md feat(skills): migrate all remaining platforms to native skills format (#1841) 2026-03-07 12:30:49 -07:00