- Introduced a comprehensive skill manifest in `skill-manifest.csv` with various skills for advanced elicitation, brainstorming, customization, and more. - Added `.DS_Store` files in the `bmm` directory for macOS compatibility. - Created a new `config.yaml` for BMM module configuration, detailing user skill level and project paths. - Established `module-help.csv` for BMM, providing descriptions and actions for each skill. - Implemented `config.toml` and `config.user.toml` for core and user-specific configurations, including agent descriptions and project settings. - Developed `resolve_config.py` and `resolve_customization.py` scripts for merging configuration files, enhancing customization capabilities. - Documented the system architecture for HS_DollyCam, outlining components and communication protocols.
8 lines
348 B
TOML
8 lines
348 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.
|
|
# Example: override an agent descriptor, or add a new agent.
|
|
#
|
|
# [agents.bmad-agent-pm]
|
|
# description = "Prefers short, bulleted PRDs over narrative drafts."
|