GitNexus/gitnexus-cursor-integration/hooks/hooks.json

12 lines
199 B
JSON

{
"version": 1,
"hooks": {
"beforeShellExecution": [
{
"command": "./hooks/augment-shell.sh",
"timeout": 5,
"matcher": "\\brg\\b|\\bgrep\\b"
}
]
}
}