mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
11 lines
431 B
JavaScript
11 lines
431 B
JavaScript
|
|
// 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/",
|
||
|
|
};
|