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.

56 lines
1.3 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(wc:*)",
"Bash(python3:*)",
"Bash(sort:*)",
"Bash(python -m pytest:*)",
"Bash(uv run pytest:*)",
"Bash(pip3 show:*)",
"Bash(/opt/homebrew/bin/python3.11:*)",
"Bash(python3.11:*)",
"Bash(ls:*)"
]
},
"model": "narwhal",
"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"
}
]
}
]
}
}