fix custom module instalation

This commit is contained in:
Brian Madison 2026-01-28 22:55:54 -08:00
parent cf80e9b127
commit 4f0285a2e8
1 changed files with 1 additions and 0 deletions

View File

@ -835,6 +835,7 @@ class Manifest {
*/
async getModuleVersionInfo(moduleName, bmadDir, moduleSourcePath = null) {
const os = require('node:os');
const yaml = require('yaml');
// Built-in modules use BMad version (only core and bmm are in BMAD-METHOD repo)
if (['core', 'bmm'].includes(moduleName)) {