# .ralphrc - Ralph project configuration for ABE

# Project
PROJECT_NAME="abe"
PROJECT_TYPE="typescript"

# Claude Code
CLAUDE_CODE_CMD="claude"
CLAUDE_OUTPUT_FORMAT="json"

# Loop settings
MAX_CALLS_PER_HOUR=100
CLAUDE_TIMEOUT_MINUTES=120

# Session continuity (mantener contexto entre loops)
SESSION_CONTINUITY=true
SESSION_EXPIRY_HOURS=24

# Circuit breaker - auto-reset para operación continua
CB_AUTO_RESET=true
CB_COOLDOWN_MINUTES=0

# Tool permissions - "Bash" sin paréntesis permite TODOS los comandos bash
ALLOWED_TOOLS="Write,Read,Edit,MultiEdit,Glob,Grep,Bash,Bash(git *),Bash(npm *),Bash(npx *),Bash(node *)"
