2025-08-06 13:26:04 +02:00
|
|
|
# Mode detection patterns for SuperClaude-Lite
|
2025-08-05 13:59:17 +02:00
|
|
|
mode_detection:
|
|
|
|
|
brainstorming:
|
2025-08-06 13:26:04 +02:00
|
|
|
enabled: true
|
2025-08-05 13:59:17 +02:00
|
|
|
trigger_patterns:
|
2025-08-06 13:26:04 +02:00
|
|
|
- "I want to build"
|
|
|
|
|
- "thinking about"
|
|
|
|
|
- "not sure"
|
|
|
|
|
- "maybe.*could"
|
|
|
|
|
- "brainstorm"
|
|
|
|
|
- "explore"
|
|
|
|
|
- "figure out"
|
|
|
|
|
- "unclear.*requirements"
|
|
|
|
|
- "ambiguous.*needs"
|
|
|
|
|
confidence_threshold: 0.7
|
|
|
|
|
auto_activate: true
|
|
|
|
|
|
2025-08-05 13:59:17 +02:00
|
|
|
task_management:
|
2025-08-06 13:26:04 +02:00
|
|
|
enabled: true
|
2025-08-05 13:59:17 +02:00
|
|
|
trigger_patterns:
|
2025-08-06 13:26:04 +02:00
|
|
|
- "multiple.*tasks"
|
|
|
|
|
- "complex.*system"
|
|
|
|
|
- "build.*comprehensive"
|
|
|
|
|
- "coordinate.*work"
|
|
|
|
|
- "large-scale.*operation"
|
|
|
|
|
- "manage.*operations"
|
|
|
|
|
- "comprehensive.*refactoring"
|
|
|
|
|
- "authentication.*system"
|
|
|
|
|
confidence_threshold: 0.7
|
|
|
|
|
auto_activate: true
|
2025-08-05 13:59:17 +02:00
|
|
|
auto_activation_thresholds:
|
|
|
|
|
file_count: 3
|
|
|
|
|
complexity_score: 0.4
|
2025-08-06 13:26:04 +02:00
|
|
|
|
2025-08-05 13:59:17 +02:00
|
|
|
token_efficiency:
|
2025-08-06 13:26:04 +02:00
|
|
|
enabled: true
|
2025-08-05 13:59:17 +02:00
|
|
|
trigger_patterns:
|
2025-08-06 13:26:04 +02:00
|
|
|
- "brief"
|
|
|
|
|
- "concise"
|
|
|
|
|
- "compressed"
|
|
|
|
|
- "efficient.*output"
|
|
|
|
|
- "token.*optimization"
|
|
|
|
|
- "short.*response"
|
|
|
|
|
- "running.*low.*context"
|
|
|
|
|
confidence_threshold: 0.75
|
|
|
|
|
auto_activate: true
|
|
|
|
|
|
2025-08-05 13:59:17 +02:00
|
|
|
introspection:
|
|
|
|
|
enabled: true
|
2025-08-06 13:26:04 +02:00
|
|
|
trigger_patterns:
|
|
|
|
|
- "analyze.*reasoning"
|
|
|
|
|
- "examine.*decision"
|
|
|
|
|
- "reflect.*on"
|
|
|
|
|
- "meta.*cognitive"
|
|
|
|
|
- "thinking.*process"
|
|
|
|
|
- "reasoning.*process"
|
|
|
|
|
- "decision.*made"
|
|
|
|
|
confidence_threshold: 0.6
|
|
|
|
|
auto_activate: true
|