Files
gh-xiaoconstantine-sgrep-pl…/hooks/hook.json
2025-11-30 09:07:08 +08:00

28 lines
512 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/sgrep_start.sh",
"timeout": 30
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/sgrep_stop.sh",
"timeout": 10
}
]
}
]
}
}