engram
01Plugin Claude Code
Deterministic, hook-based memory for Claude Code.
Plugin Claude Code
Deterministic, hook-based memory for Claude Code.
Plugin Claude Code
Deterministic, hook-based memory for Claude Code: async LLM capture off the hot path, keyword recall in-hook, plain-markdown store you can grep.
Command
Inspect and manage Engram memories (status | search | forget | clear [--all] | clear-logs | prune | reindex | doctor).
Hook
Runs when a session starts, executing session_start.py via python3. From VictorBodnar/engram.
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt.py via python3. From VictorBodnar/engram.
Hook
Runs when the agent finishes a response, executing stop_distill.py via python3. From VictorBodnar/engram.
Hook
Runs before the context is compacted, executing precompact.py via python3. From VictorBodnar/engram.
Hook
Runs when a session ends, executing session_end.py via python3. From VictorBodnar/engram.