canina/.claude/settings.json
2026-08-16 10:55:35 +03:30

24 lines
479 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash|Grep",
"hooks": [
{
"type": "command",
"command": "C:/Users/p.aghaei/.local/bin/graphify.EXE hook-guard search"
}
]
},
{
"matcher": "Read|Glob",
"hooks": [
{
"type": "command",
"command": "C:/Users/p.aghaei/.local/bin/graphify.EXE hook-guard read"
}
]
}
]
}
}