npx claudepluginhub punt-labs/claude-plugins --plugin voxDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh"
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.sh"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/farewell.sh"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/suppress-output.sh"
}
],
"matcher": "mcp__(plugin_vox(-dev)?_)?mic__.*"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/signal.sh"
}
],
"matcher": "Bash"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-permission.sh"
}
],
"matcher": "permission_prompt"
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify-permission.sh"
}
],
"matcher": "idle_prompt"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/subagent.sh"
}
]
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/subagent.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/acknowledge.sh"
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": true, \"matchAllTools\": false, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 11}, \"eventStats\": {\"Stop\": 1, \"PreCompact\": 1, \"SessionEnd\": 1, \"PostToolUse\": 2, \"Notification\": 2, \"SessionStart\": 1, \"SubagentStop\": 1, \"SubagentStart\": 1, \"UserPromptSubmit\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 11, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 11}}"