Files
gh-mixedbread-ai-mgrep-plug…/hooks/hook.json
2025-11-30 08:40:38 +08:00

28 lines
524 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume",
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/mgrep_watch.py",
"timeout": 10
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/mgrep_watch_kill.py",
"timeout": 10
}
]
}
]
}
}