integrations/claude-code/hooks/hooks.json
{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "python3 "${CLAUDE_PLUGIN_ROOT}/hooks/session_start.py"" } ] } ], "SessionEnd": [ { "hooks": [ { "type": "command", "command": "python3 "${CLAUDE_PLUGIN_ROOT}/hooks/session_end.py"" } ] } ], "PreToolUse": [ { "matcher": "Write|Edit|MultiEdit|NotebookEdit", "hooks": [ { "type": "command", "command": "python3 "${CLAUDE_PLUGIN_ROOT}/hooks/pre_tool_use.py"" } ] } ] } }
