/plugin marketplace add enzokro/crinzo-plugins/plugin install ftl@crinzo-pluginsDefined inline in plugin.json manifest
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "INPUT=$(cat); CMD=$(echo \"$INPUT\" | jq -r '.tool_input.command // \"\"'); if echo \"$CMD\" | grep -qE 'campaign\\.py|context_graph\\.py'; then echo 'WARNING: Direct FTL CLI call detected. Use /ftl:ftl skill for proper orchestration.' >&2; fi; exit 0"
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/register.sh"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session_context.sh"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture_delta.sh"
}
],
"matcher": "ftl:ftl-router"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture_delta.sh"
}
],
"matcher": "ftl:ftl-builder"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture_delta.sh"
}
],
"matcher": "ftl:ftl-learner"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture_delta.sh"
}
],
"matcher": "ftl:ftl-planner"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 7
},
"eventStats": {
"PreToolUse": 1,
"SessionStart": 2,
"SubagentStop": 4
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 7
}
}