SessionStart
01Hook
Runs when a session starts, executing cli.mjs via node with --host and --model-provider. From isaacriehm/cairn.
Persistent ground truth for Claude Code. Stop AI agents from drifting on your codebase.
Hook
Runs when a session starts, executing cli.mjs via node with --host and --model-provider. From isaacriehm/cairn.
Hook
Runs when a session ends, executing cli.mjs via node with --host and --model-provider. From isaacriehm/cairn.
Hook
Runs when the agent finishes a response, executing cli.mjs via node with --host and --model-provider. From isaacriehm/cairn.
Hook
Runs when you submit a prompt, before the agent sees it, executing cli.mjs via node with --host and --model-provider. From isaacriehm/cairn.
Hook
Runs after a tool call finishes for Read, Write, Edit and AskUserQuestion tool calls, executing cli.mjs via node with --host and --model-provider (3 commands). From isaacriehm/cairn.