{ "hooks": { "PostToolUse": [ { "matcher": "", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/post_tool_use_elevenlabs.py" } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/stop.py --chat" } ] } ], "SubagentStop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/subagent_stop.py" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/notification.py" } ] } ] } }