Files
2026-07-17 02:38:41 +00:00

35 lines
696 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/session-start-recall.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/sdd-guard.sh"
},
{
"type": "command",
"command": ".claude/hooks/pre-write-guard.sh"
},
{
"type": "command",
"command": ".claude/hooks/wiki-secret-scan.sh"
}
]
}
]
}
}