BMad Agent (V3) Final Beta Testing Release (#59)

This commit is contained in:
Brian
2025-05-17 23:21:14 -05:00
committed by GitHub
parent 6e771a10ca
commit b2ad4b7e85
215 changed files with 7213 additions and 3562 deletions

10
build-agent-cfg.js Normal file
View File

@@ -0,0 +1,10 @@
// BETA-V3/build-agent-cfg.js
// This file contains the configuration for the build-bmad-orchestrator.js script.
// Paths are relative to the BETA-V3 directory (where this file and the script reside).
module.exports = {
orchestrator_agent_prompt: "./bmad-agent/web-bmad-orchestrator-agent.md",
agent_cfg: "./bmad-agent/web-bmad-orchestrator-agent-cfg.md",
asset_root: "./bmad-agent/",
build_dir: "./bmad-agent/build/",
};