20 lines
569 B
TOML
20 lines
569 B
TOML
# DO NOT EDIT -- overwritten on every update.
|
|
#
|
|
# Workflow customization surface for bmad-prfaq. Mirrors the
|
|
# agent customization shape under the [workflow] namespace.
|
|
|
|
[workflow]
|
|
|
|
# --- Configurable below. Overrides merge per BMad structural rules: ---
|
|
# scalars: override wins • arrays (persistent_facts, activation_steps_*): append
|
|
# arrays-of-tables with `code`/`id`: replace matching items, append new ones.
|
|
|
|
activation_steps_prepend = []
|
|
activation_steps_append = []
|
|
|
|
persistent_facts = [
|
|
"file:{project-root}/**/project-context.md",
|
|
]
|
|
|
|
on_complete = ""
|