Stats
Actions
Tags
From hipocampo
Runs a Node script on session start to initialize plugin context and on stop to verify code integrity. Executes Node.js without bash.
2 events · 3 hooks
Where this hook configuration is defined
Defined in plugin/hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
sh -c "PYTHONPATH=\"${CLAUDE_PLUGIN_ROOT:-.}\" $(command -v python3 || command -v python) -m hipocampo.hooks.capture_sweep 2>/dev/null; exit 0"15msstartup|resume|clearsh -c "PYTHONPATH=\"${CLAUDE_PLUGIN_ROOT:-.}\" $(command -v python3 || command -v python) -m hipocampo.hooks.ensure_githooks 2>/dev/null; exit 0"10mssh -c "PYTHONPATH=\"${CLAUDE_PLUGIN_ROOT:-.}\" $(command -v python3 || command -v python) -m hipocampo.hooks.session_start 2>/dev/null; exit 0"10msnpx claudepluginhub ferraz2000/hipocampo-memory --plugin hipocampo