Removes the security-risky _module-installer pattern (code execution at install time) in favor of a declarative `directories` key in module.yaml. The main installer now handles directory creation centrally based on this config, eliminating per-module installer.js scripts and their CJS/ESM issues. Changes: - Delete src/bmm/_module-installer/installer.js - Delete src/core/_module-installer/installer.js - Add `directories` key to src/bmm/module.yaml - Rename runModuleInstaller() -> createModuleDirectories() - Remove _module-installer from ESLint overrides - Remove _module-installer from file-ref validator skip dirs |
||
|---|---|---|
| .. | ||
| commands | ||
| installers | ||
| lib | ||
| README.md | ||
| bmad-cli.js | ||
| external-official-modules.yaml | ||
README.md
BMad CLI Tool
Installing external repo BMad official modules
For external official modules to be discoverable during install, ensure an entry for the external repo is added to external-official-modules.yaml.
For community modules - this will be handled in a different way. This file is only for registration of modules under the bmad-code-org.