/plugin marketplace add barnent1/quetrex-claude/plugin install barnent1-quetrex-claude@barnent1/quetrex-claudeDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/enforce-branch.sh"
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/semantic-search-reminder.sh"
}
],
"matcher": "Grep|Glob"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/typecheck.sh"
},
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/lint.sh"
}
],
"matcher": "Edit|MultiEdit|Write"
},
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/checkpoint-reminder.sh"
}
],
"matcher": ".*"
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/config-guard.sh"
},
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/hooks/scripts/test-guard.sh"
}
],
"matcher": "Edit|Write"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 5
},
"eventStats": {
"PreToolUse": 2,
"PostToolUse": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 5
},
"timeoutStats": {
"commandsWithoutTimeout": 5
}
}