Files
2025-11-30 09:08:25 +08:00

27 lines
544 B
JSON

{
"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
}
]
}
]
}
}