13 lines
575 B
TOML
13 lines
575 B
TOML
# Team / enterprise overrides for _bmad/config.toml.
|
|
# Committed to the repo — applies to every developer on the project.
|
|
# Tables deep-merge over base config; keyed entries merge by key.
|
|
|
|
# Orchestrator agent — enable in custom installs
|
|
[agents.bmad-orchestrator]
|
|
name = "Orchestrator"
|
|
title = "BMAD Orchestrator"
|
|
icon = "🧭"
|
|
team = "software-development"
|
|
module = "bmm"
|
|
description = "Routes natural-language intent to the right BMAD skill or named agent, verifies lightweight prerequisites, and suggests the next step without forcing the user to memorize commands."
|