/plugin marketplace add linehaul-ai/linehaulai-claude-marketplace/plugin install jutsu-go@linehaulai-claude-marketplaceDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "go fmt ./...",
"timeout": 120
},
{
"type": "command",
"command": "go vet ./...",
"timeout": 60
},
{
"type": "command",
"command": "go test ./...",
"timeout": 900
}
],
"matcher": "*"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "go fmt ./...",
"timeout": 120
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"Stop": 3,
"SubagentStop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}