BMAD-METHOD/tools/installer/core
Brian Madison a7f469690a fix(installer): manifest-generator overwrites custom module version/repoUrl
ManifestGenerator rebuilds the entire manifest via getModuleVersionInfo
for every module. For custom modules, this returned null for version and
repoUrl because it only checked _readMarketplaceVersion (which searches
for marketplace.json on disk) and hardcoded repoUrl to null. Now checks
the resolution cache first to get the correct version and repo URL.
2026-04-09 08:58:31 -05:00
..
config.js refactor(installer): restructure installer with clean separation of concerns (#2129) 2026-03-27 06:50:07 -06:00
existing-install.js refactor(installer): remove custom content installation feature (#2227) 2026-04-07 21:41:03 -05:00
install-paths.js refactor(installer): remove custom content installation feature (#2227) 2026-04-07 21:41:03 -05:00
installer.js feat(bmad-help): llms.txt support for general questions (#2230) 2026-04-08 09:53:27 -05:00
manifest-generator.js refactor(installer): remove custom content installation feature (#2227) 2026-04-07 21:41:03 -05:00
manifest.js fix(installer): manifest-generator overwrites custom module version/repoUrl 2026-04-09 08:58:31 -05:00