{ "env": { "ANTHROPIC_AUTH_TOKEN": "sk-1234-tap-tap-go-new", "ANTHROPIC_BASE_URL": "https://mercor-rl--litellm-proxy-serve.modal.run" }, "permissions": { "allow": [ "Bash(ls:*)", "Bash(grep:*)", "Bash(python -m pytest:*)", "Bash(pip install:*)", "Bash(python3:*)", "Bash(python:*)", "WebSearch", "WebFetch(domain:github.com)" ] }, "model": "zorilla", "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/capture_session_event.py\" start" } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/process_transcript.py\" incremental" } ] } ], "SessionEnd": [ { "hooks": [ { "type": "command", "command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/process_transcript.py\" final" }, { "type": "command", "command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/capture_session_event.py\" end" } ] } ] } }