- 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.
18 lines
963 B
TOML
18 lines
963 B
TOML
# ─────────────────────────────────────────────────────────────────
|
|
# Installer-managed. Regenerated on every install — treat as read-only.
|
|
# Holds install answers scoped to YOU personally.
|
|
#
|
|
# Direct edits to this file will be overwritten on the next install.
|
|
# To change an answer durably, re-run the installer (your prior answers
|
|
# are remembered as defaults). For pinned overrides or custom sections
|
|
# the installer does not know about, use _bmad/custom/config.user.toml
|
|
# — it is never touched by the installer.
|
|
# ─────────────────────────────────────────────────────────────────
|
|
|
|
[core]
|
|
user_name = "Michael"
|
|
communication_language = "Deutsch"
|
|
|
|
[modules.bmm]
|
|
user_skill_level = "intermediate"
|