Project Cleanup of Agents Menus, BMB module removal to other repo

This commit is contained in:
Brian Madison
2026-01-19 02:04:14 -06:00
parent 14bfa5b224
commit 6f8f0871cf
345 changed files with 303 additions and 3353 deletions

View File

@@ -62,7 +62,7 @@ async function runTests() {
try {
const builder = new YamlXmlBuilder();
const pmAgentPath = path.join(projectRoot, 'src/modules/bmm/agents/pm.agent.yaml');
const pmAgentPath = path.join(projectRoot, 'src/bmm/agents/pm.agent.yaml');
// Create temp output path
const tempOutput = path.join(__dirname, 'temp-pm-agent.md');
@@ -164,7 +164,7 @@ async function runTests() {
try {
const builder = new YamlXmlBuilder();
const teaAgentPath = path.join(projectRoot, 'src/modules/bmm/agents/tea.agent.yaml');
const teaAgentPath = path.join(projectRoot, 'src/bmm/agents/tea.agent.yaml');
const tempOutput = path.join(__dirname, 'temp-tea-agent.md');
try {