improve some file naming towards consistency

This commit is contained in:
Brian Madison
2025-05-25 23:24:28 -05:00
parent d7442ed043
commit 349a9ca3f2
11 changed files with 84 additions and 81 deletions

9
build-web-agent.cfg.js Normal file
View File

@@ -0,0 +1,9 @@
// build-web-agent.cfg.js
// This file contains the configuration for the build-web-agent.js script.
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: "./build/",
};