10 lines
339 B
JavaScript
10 lines
339 B
JavaScript
// build-agent-cfg.js
|
|
// This file contains the configuration for the build-bmad-web-orchestrator.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: "./bmad-agent/build/",
|
|
};
|