You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2 KiB

{
"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"
}
]
}
]
}
}