{ "hooks": { "SessionStart": [ { "matcher": "startup|resume|clear|compact", "hooks": [ { "type": "command", "command": "uv run ${CLAUDE_PLUGIN_ROOT}/hooks/session_start.py", "timeout": 5 } ] } ] } }