BMAD-METHOD/docs/zh-cn
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
..
explanation docs(zh-cn): close explanation gap relinks (#2102) 2026-03-24 04:07:07 -06:00
how-to refactor(installer): restructure installer with clean separation of concerns 2026-03-25 22:34:24 -06:00
reference docs(zh-cn): refresh reference and roadmap docs (#2101) 2026-03-23 23:33:43 -06:00
tutorials fix(docs): correct skill names in getting-started tutorials (#2103) 2026-03-22 10:22:29 -06:00
404.md docs(zh-cn): refine entry copy and navigation (#2092) 2026-03-22 10:08:35 -06:00
_STYLE_GUIDE.md docs(zh-cn): refresh reference and roadmap docs (#2101) 2026-03-23 23:33:43 -06:00
index.md docs(zh-cn): refine entry copy and navigation (#2092) 2026-03-22 10:08:35 -06:00
roadmap.mdx docs(zh-cn): refresh reference and roadmap docs (#2101) 2026-03-23 23:33:43 -06:00