BMAD-METHOD/tools/installer
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
..
bin fix: previous merge set wrong default install location 2025-08-17 11:01:20 -05:00
config fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
lib 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
README.md doc and text cleanup 2025-07-04 07:47:57 -05:00
package-lock.json fix: update versions for dual publishing beta releases 2025-08-15 20:03:10 -05:00
package.json chore: bump to 4.39.1 to fix installer version display 2025-08-17 07:13:09 -05:00

README.md

BMad Method Installer

Usage

# Interactive installation
npx bmad-method install