/plugin marketplace add sunxd3/bayesian-statistician-plugin/plugin install sunxd3-bayesian-statistician@sunxd3/bayesian-statistician-pluginDefined in ./hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/bayesian-statistician-plugin/hooks/delegate-check.sh"
}
],
"matcher": "Bash|Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/bayesian-statistician-plugin/hooks/check-file-length.sh"
},
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/bayesian-statistician-plugin/hooks/check-shared-utils-import.sh"
},
{
"type": "command",
"command": "$CLAUDE_PROJECT_DIR/bayesian-statistician-plugin/hooks/check-ruff.sh"
}
],
"matcher": "Write|Edit"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 4
},
"eventStats": {
"PostToolUse": 4
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 4
},
"timeoutStats": {
"commandsWithoutTimeout": 4
}
}