{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "echo 'Plugin PLUGIN_NAME loaded'" } ] } ], "PostToolUse": [ { "matcher": "Write|Edit", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/example-hook.sh" } ] } ] } }