BMAD-METHOD/tools/installer/lib
google-labs-jules[bot] 3d61531a16 This commit fixes a bug in the IDE setup script that prevented expansion packs not prefixed with "bmad-" from being discovered.
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.
2025-08-19 12:00:51 +00:00
..
config-loader.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
file-manager.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
ide-base-setup.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
ide-setup.js This commit fixes a bug in the IDE setup script that prevented expansion packs not prefixed with "bmad-" from being discovered. 2025-08-19 12:00:51 +00:00
installer.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
memory-profiler.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
module-manager.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
resource-locator.js chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00