- BMAD v6.10.0 installiert (bmm, de), {output_folder}-Bug gefixt
- PRD + technisches Addendum (verbindliche Regel-/Degradations-/Mapping-Tabellen)
- Outfit-Komposition (Basis + Schichtsumme), Zieldatum-Logik, Min-HA >= 2025.3,
HACS-konforme Karten-/Blueprint-Auslieferung, Datenschutz/Injection-FRs,
messbare Metriken inkl. Retention, Foto -> v1.1 (E-4)
- 4 Detail-Reviews unter docs/reviews/prd/, Urteile im LEDGER (28 uebernommen, 3 verworfen mit Evidenz)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
33 lines
872 B
TOML
33 lines
872 B
TOML
# DO NOT EDIT -- overwritten on every update.
|
|
#
|
|
# Default customization values for bmad-dev-auto.
|
|
# Override in _bmad/custom/bmad-dev-auto.toml or
|
|
# _bmad/custom/bmad-dev-auto.user.toml.
|
|
#
|
|
# Merge rules:
|
|
# - Strings replace the default.
|
|
# - Lists append to the default list.
|
|
# - Tables merge key by key.
|
|
|
|
[workflow]
|
|
|
|
# Extra instructions to run before config is loaded.
|
|
|
|
activation_steps_prepend = []
|
|
|
|
# Extra instructions to run after config is loaded and before step 01.
|
|
|
|
activation_steps_append = []
|
|
|
|
# Facts kept in context for the whole run.
|
|
# Entries are literal text or file references prefixed with "file:".
|
|
# File entries may use globs and are loaded during activation.
|
|
|
|
persistent_facts = [
|
|
"file:{project-root}/**/project-context.md",
|
|
]
|
|
|
|
# Instruction run by HALT after writing the terminal result.
|
|
# Empty means no extra terminal behavior.
|
|
|
|
on_complete = ""
|