{ "hooks": { "SessionStart": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" } ], "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/schema-diff-check.sh" } ] } ] } }