07c90c0bbf
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
35 lines
696 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|