Stats
Actions
Tags
From ponytail
Runs a Node script on session start and before each user prompt to manage conversational context routing. No bash execution or file writes.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/claude-codex-hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
startup|resume|clear|compactcommand -v node >/dev/null 2>&1 && node "${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-activate.js" || exit 05mscommand -v node >/dev/null 2>&1 && node "${CLAUDE_PLUGIN_ROOT}/hooks/ponytail-mode-tracker.js" || exit 05msnpx claudepluginhub dietrichgebert/ponytail --plugin ponytail