{ "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "uv run python hooks/session-start.py", "timeout": 15 } ] } ], "PreCompact": [ { "matcher": "", "hooks": [ { "type": "command", "command": "uv run python hooks/pre-compact.py", "timeout": 10 } ] } ], "SessionEnd": [ { "matcher": "", "hooks": [ { "type": "command", "command": "uv run python hooks/session-end.py", "timeout": 10 } ] } ] } }