npx claudepluginhub digistrique-solutions/sentinelDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/stop-git.sh\"",
"timeout": 15000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/stop-merge.sh\"",
"timeout": 30000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/optional/stop-pattern-extractor.sh\"",
"timeout": 10000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/optional/stop-session-summary.sh\"",
"timeout": 10000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/stop-enforcer.sh\"",
"timeout": 10000
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/pre-compact-save.sh\"",
"timeout": 15000
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/pre-tool-gotcha.sh\"",
"timeout": 3000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/pre-tool-scope.sh\"",
"timeout": 3000
}
],
"matcher": "Edit|Write|MultiEdit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-tracker.sh\"",
"timeout": 3000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/optional/post-tool-design-check.sh\"",
"timeout": 3000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-impact.sh\"",
"timeout": 5000
}
],
"matcher": "Edit|Write|MultiEdit"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-test-watch.sh\"",
"timeout": 5000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-evidence.sh\"",
"timeout": 3000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-compact-suggest.sh\"",
"timeout": 3000
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/post-tool-todo-mirror.sh\"",
"timeout": 3000
}
],
"matcher": "TodoWrite"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-isolate.sh\"",
"timeout": 10000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-git.sh\"",
"timeout": 10000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-loader.sh\"",
"timeout": 15000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-index.sh\"",
"timeout": 10000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-prune.sh\"",
"timeout": 15000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/session-start-compact-reload.sh\"",
"timeout": 10000
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/optional/prompt-vault-search.sh\"",
"timeout": 5000
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/engine/prompt-bugfix-detect.sh\"",
"timeout": 3000
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": true, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 23}, \"eventStats\": {\"Stop\": 5, \"PreCompact\": 1, \"PreToolUse\": 2, \"PostToolUse\": 7, \"SessionStart\": 6, \"UserPromptSubmit\": 2}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 23, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 0}}"