# ============================================
# AIOX User Configuration (L5)
# Location: ~/.aiox/user-config.yaml
# Scope: Cross-project, per-user preferences
# Priority: Highest (overrides L1-L4)
# ============================================

# User profile mode (REQUIRED)
# - bob: Simplified mode — only Bob visible, orchestrates internally
# - advanced: Full access to all agents and commands
user_profile: "bob"

# Default AI model for agent operations
default_model: "claude-sonnet"

# Default language for agent responses
default_language: "pt-BR"

# CodeRabbit automated review integration
coderabbit_integration: true

# Educational mode — provides detailed explanations of actions
educational_mode: false
