mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
Project Cleanup of Agents Menus, BMB module removal to other repo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user