- 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.
17 lines
514 B
YAML
17 lines
514 B
YAML
# BMM Module Configuration
|
|
# Generated by BMAD installer
|
|
# Version: 6.6.0
|
|
# Date: 2026-05-03T17:13:05.568Z
|
|
|
|
user_skill_level: intermediate
|
|
planning_artifacts: "{project-root}/_bmad-output/planning-artifacts"
|
|
implementation_artifacts: "{project-root}/_bmad-output/implementation-artifacts"
|
|
project_knowledge: "{project-root}/docs"
|
|
|
|
# Core Configuration Values
|
|
user_name: Michael
|
|
project_name: HSDollyCam
|
|
communication_language: Deutsch
|
|
document_output_language: English
|
|
output_folder: "{project-root}/_bmad-output"
|