npx claudepluginhub nathanvale/side-quest-marketplace --plugin dx-bun-runnerDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/bun-test-ci.ts",
"timeout": 120
}
],
"matcher": "*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/bun-test.ts",
"timeout": 30
}
],
"matcher": "Write|Edit|MultiEdit"
},
{
"hooks": [
{
"type": "command",
"command": "SQ_HOOK_DEDUP_ENABLED=1 bunx @side-quest/claude-hooks posttool",
"timeout": 5
}
],
"matcher": "mcp__.*bun-runner__(bun_runTests|bun_testFile|bun_testCoverage)"
}
],
"PostToolUseFailure": [
{
"hooks": [
{
"type": "command",
"command": "SQ_HOOK_DEDUP_ENABLED=1 bunx @side-quest/claude-hooks posttool-failure",
"timeout": 5
}
],
"matcher": "mcp__.*bun-runner__(bun_runTests|bun_testFile|bun_testCoverage)"
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 4}, \"eventStats\": {\"Stop\": 1, \"PostToolUse\": 2, \"PostToolUseFailure\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 2, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 0}}"