npx claudepluginhub markmdev/meridianDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/work-until-stop.py\""
}
]
},
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/stop-checklist.py\""
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/session-transcript.py\""
}
]
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/session-learner.py\"",
"timeout": 180
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/reviewer-root-guard.py\""
}
],
"matcher": "Task"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/session-learner.py\"",
"timeout": 180
},
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/session-transcript.py\""
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/action-counter.py\""
}
],
"matcher": "*"
},
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/plan-approval-reminder.py\""
}
],
"matcher": "ExitPlanMode"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/context-injector.py\""
},
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/session-cleanup.py\""
},
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/save-injected-files.py\""
}
],
"matcher": "startup|clear|compact"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/action-counter.py\""
},
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/plan-mode-tracker.py\""
},
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/instruction-reminder.py\""
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": true, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 15}, \"eventStats\": {\"Stop\": 2, \"PreCompact\": 2, \"PreToolUse\": 1, \"SessionEnd\": 2, \"PostToolUse\": 2, \"SessionStart\": 3, \"UserPromptSubmit\": 3}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 15, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 13}}"