npx claudepluginhub fusengine/agents --plugin fuse-ai-pilotDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/detect-bash-write.py"
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/enforce-apex-phases.ts"
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/inject-apex-context.py"
}
],
"matcher": "Task"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/cache-analytics-save.ts"
}
],
"matcher": ""
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/check-solid-compliance.py"
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/track-doc-consultation.py"
}
],
"matcher": "mcp__.*context7|mcp__.*exa|Read"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/sync-task-tracking.ts"
}
],
"matcher": "TaskCreate|TaskUpdate"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/cache-sniper-lessons.ts"
}
],
"matcher": "sniper"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/cache-test-results.ts"
}
],
"matcher": "sniper"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/cache-doc-from-transcript.ts"
}
],
"matcher": "research-expert"
},
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/check-solid-from-transcript.py"
}
],
"matcher": ""
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/inject-subagent-context.ts"
}
],
"matcher": ""
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/explore-cache-check.ts"
}
],
"matcher": "explore-codebase"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/doc-cache-inject.ts"
}
],
"matcher": "research-expert"
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/lessons-cache-inject.ts"
}
],
"matcher": ""
},
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/test-cache-inject.ts"
}
],
"matcher": "sniper"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/scripts/detect-and-inject-apex.ts"
}
],
"matcher": ""
}
]
}"{\"riskFlags\": {\"touchesBash\": true, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 17}, \"eventStats\": {\"PreToolUse\": 3, \"SessionEnd\": 1, \"PostToolUse\": 3, \"SubagentStop\": 4, \"SubagentStart\": 5, \"UserPromptSubmit\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 17, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 17}}"