npx claudepluginhub rsolipuram/enterprise-researcherDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-staleness.sh .enterprise-researcher 2>/dev/null || echo '{\"stale\": false, \"message\": \"Enterprise Researcher not configured yet\"}'",
"timeout": 10
}
],
"matcher": ""
}
]
}"Runs ensure-binary.sh script on SessionStart for all sessions to set up plugin binaries. No bash execution or file writes."