npx claudepluginhub ancplua/ancplua-claude-plugins --plugin exodiaDefined in hooks/hooks.json
{
"PostCompact": [
{
"hooks": [
{
"type": "prompt",
"model": "haiku",
"prompt": "Check if there is an active exodia workflow in progress (eight-gates, fix-pipeline, mega-swarm, etc). If so, output a brief JSON summary of: {\"workflow\": \"name\", \"current_phase\": \"phase\", \"completed_steps\": [...], \"remaining_steps\": [...]}. If no active workflow, output nothing."
}
]
}
],
"SessionStart": [
{
"once": true,
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/bin/findings-inject",
"timeout": 5,
"statusMessage": "Checking for prior scan findings..."
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": false}, \"typeStats\": {\"prompt\": 1, \"command\": 1}, \"eventStats\": {\"PostCompact\": 1, \"SessionStart\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 1, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 0}}"