folder workflow naming alignment for consistency

This commit is contained in:
Brian Madison
2025-12-15 10:17:58 +08:00
parent 7f742d4af6
commit 1da7705821
54 changed files with 36 additions and 26 deletions

View File

@@ -521,6 +521,10 @@ class ModuleManager {
} else {
// Selective update - preserve user modifications
await this.syncModule(sourcePath, targetPath);
// Recompile agents (#1133)
await this.compileModuleAgents(sourcePath, targetPath, moduleName, bmadDir);
await this.processAgentFiles(targetPath, moduleName);
}
return {