Hook
Runs when you submit a prompt, before the agent sees it, executing pipeline-hint.js via node. From IlyaGorsky/memory-toolkit.
🧠 Session memory lifecycle plugin for Claude Code — structured markdown memory, workstreams, handoff, auto-save hooks
Hook
Runs when you submit a prompt, before the agent sees it, executing pipeline-hint.js via node. From IlyaGorsky/memory-toolkit.
Hook
Runs before the context is compacted, executing session-save.js via node. From IlyaGorsky/memory-toolkit.
Hook
Runs after a tool call finishes for Bash(git commit*) tool calls, executing memory.js and session-watcher.js via bash with --oneline (2 commands). From IlyaGorsky/memory-toolkit.
Hook
Runs when a subagent finishes, executing session-watcher.js via node. From IlyaGorsky/memory-toolkit.
Hook
Runs when a session starts, executing session-log.js via node. From IlyaGorsky/memory-toolkit.