schema standardization and bmad ide orchesatrtor can do anything

This commit is contained in:
Brian Madison
2025-06-10 07:17:19 -05:00
parent 810a39658a
commit 0d59c686dd
74 changed files with 2087 additions and 58486 deletions

View File

@@ -10,7 +10,7 @@ const yaml = require('js-yaml');
class DependencyResolver {
constructor(rootPath = process.cwd()) {
this.rootPath = rootPath;
this.agentsPath = path.join(rootPath, 'agents');
this.agentsPath = path.join(rootPath, 'bmad-core', 'agents');
this.corePath = path.join(rootPath, 'bmad-core');
this.cache = new Map();
}