mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-05 08:06:02 +00:00
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Grep|Glob|Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/gitnexus-hook.js",
|
|
"timeout": 10,
|
|
"statusMessage": "Enriching with GitNexus graph context..."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|