Files

24 lines
457 B
JSON
Raw Permalink Normal View History

2026-08-09 18:03:09 +01:00
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash|Grep",
"hooks": [
{
"type": "command",
"command": "/home/haku/.local/bin/graphify hook-guard search"
}
]
},
{
"matcher": "Read|Glob",
"hooks": [
{
"type": "command",
"command": "/home/haku/.local/bin/graphify hook-guard read"
}
]
}
]
}
}