{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/serena-auto-index.sh session-start", "timeout": 30000 } ] } ], "PreToolUse": [ { "matcher": "mcp__serena__.*", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/serena-auto-index.sh pre-tool", "timeout": 10000 } ] } ] } }