npx claudepluginhub nexuz-sys/devflow --plugin devflowDefined in hooks/hooks.json
{
"PreCompact": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" pre-compact"
}
],
"matcher": "auto|manual"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" pre-tool-use"
}
],
"matcher": "Edit|Write"
}
],
"PostCompact": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" post-compact"
}
],
"matcher": "auto|manual"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" post-tool-use"
}
],
"matcher": "TaskUpdate|Write|Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start"
}
],
"matcher": "startup|clear|compact"
}
]
}"{\"riskFlags\": {\"touchesBash\": true, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 5}, \"eventStats\": {\"PreCompact\": 1, \"PreToolUse\": 1, \"PostCompact\": 1, \"PostToolUse\": 1, \"SessionStart\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 5, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 5}}"