52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
# BMM Module Configuration
|
|
# Generated by BMAD installer
|
|
# Version: 6.0.0-alpha.22
|
|
# Date: 2025-12-30T19:21:15.527Z
|
|
|
|
project_name: Ibrahim Elsahafy
|
|
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"
|
|
tea_use_mcp_enhancements: true
|
|
tea_use_playwright_utils: true
|
|
|
|
# MCP Server Configuration
|
|
mcp_servers:
|
|
sequential_thinking:
|
|
enabled: true
|
|
description: "Multi-step reasoning for complex analysis and planning"
|
|
triggers:
|
|
- analyze
|
|
- plan
|
|
- debug
|
|
- investigate
|
|
- design
|
|
filesystem:
|
|
enabled: true
|
|
description: "Enhanced file system operations"
|
|
memory:
|
|
enabled: true
|
|
description: "Persistent memory across sessions"
|
|
|
|
# Token Isolation Architecture
|
|
token_management:
|
|
enabled: true
|
|
isolation_strategy: "subprocess"
|
|
max_tokens_per_agent: 150000
|
|
warning_threshold: 120000
|
|
return_strategy: "file_output"
|
|
temp_output_dir: "{project-root}/_bmad-output/temp"
|
|
summary_max_tokens: 2000
|
|
rules:
|
|
- "Agents write outputs to files, not return full content"
|
|
- "Use Task tool to spawn isolated agent subprocesses"
|
|
- "Only summaries return to main session context"
|
|
- "Background agents for parallel independent work"
|
|
|
|
# Core Configuration Values
|
|
user_name: Ibrahim Elsahafy
|
|
communication_language: English
|
|
document_output_language: English
|
|
output_folder: "{project-root}/_bmad-output"
|