Hooks
SessionStart
Hooks triggered on SessionStart events (8 hooks).
SessionStart Hooks
8 hooks registered for the SessionStart lifecycle event.
| Hook | Matcher | Behavior | Description |
|---|---|---|---|
pattern-sync-pull | * | 🔇 Silent | Pulls global patterns into project on session start |
session-env-setup | * | 🔇 Silent | Initializes session environment |
stale-team-cleanup | * | 🔇 Silent | — |
stale-cache-cleanup | * | 🔇 Silent | Prunes old plugin cache versions, keeping only current + previous. |
type-error-indexer | * | 🔇 Silent | Runs tsc --noEmit on SessionStart and caches results so agents |
sync-session-dispatcher | * | 💡 Injects | Consolidates 4 synchronous SessionStart hooks into a single dispatcher. |
session-handoff-injector | * | 💡 Injects | Session Handoff Injector — Injects previous session context at SessionStart |
webhook-forwarder | * | 🔇 Silent | Universal Webhook Forwarder — streams ALL hook events to registered sinks. |
UserPromptSubmit
Hooks triggered on UserPromptSubmit events (2 hooks).
CwdChanged
Hooks triggered on CwdChanged events (2 hooks).
Edit on GitHub
Last updated on