The `getInstalledExpansionPacks` function in `tools/installer/lib/ide-setup.js` was using a glob pattern `.bmad-*` to find installed expansion packs. This was too specific and did not match the newly created `wechat-mini-game-dev` expansion pack, which is installed as `.wechat-mini-game-dev`. The glob pattern has been changed to `.*` and an ignore list has been added to exclude common dot-prefixed directories like `.git` and `.vscode`. This ensures that all installed expansion packs are correctly identified and configured for the user's IDE. |
||
|---|---|---|
| .. | ||
| bin | ||
| config | ||
| lib | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
README.md
BMad Method Installer
Usage
# Interactive installation
npx bmad-method install