Memory observability for Claude agents. Store what you learn, tap what you use, promote what matters.
cargo install --git https://github.com/nhomble/engramAuto-configure hooks for Claude Code sessions:
# In Claude Code
/plugin marketplace add nhomble/engram
/plugin install engramSee docs/claude-code-hooks.md for details.
engram init # Initialize engram in your project
engram add "content" # Store a learning
engram list # View memories
engram tap <id> # Mark memory as used
engram ui # Launch TUISee engram --help for all commands.