Hook
Runs when you submit a prompt, before the agent sees it, executing memory-reminders.ts and memory-context.ts via bun (2 commands). From GaZmagik/claude-memory-plugin.
Persistent knowledge storage with semantic search, graph linking, and contextual gotcha injection for Claude Code
Hook
Runs when you submit a prompt, before the agent sees it, executing memory-reminders.ts and memory-context.ts via bun (2 commands). From GaZmagik/claude-memory-plugin.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing protect-memory-directory.ts and enforce-memory-cli.ts via bun (2 commands). From GaZmagik/claude-memory-plugin.
Hook
Runs after a tool call finishes for Task tool calls, executing memory-context.ts and agent-retrospective.ts via bun (2 commands). From GaZmagik/claude-memory-plugin.
Hook
Runs when a session starts, executing check-bun-installed.mjs, ollama-prewarm.ts and start-memory-index.ts via node (3 commands). From GaZmagik/claude-memory-plugin.
Hook
Runs when a subagent finishes, executing extract-agent-id.ts via bun. From GaZmagik/claude-memory-plugin.
Hook
Runs when a session ends, executing memory-cleanup.ts via bun. From GaZmagik/claude-memory-plugin.
Hook
Runs before the context is compacted, executing memory-capture.ts via bun. From GaZmagik/claude-memory-plugin.