Highlights
- Adds observation lifecycle state derived from
review_after. - Adds
mem_reviewfor listing memories that need review and marking one reviewed. - Adds Pi-native review support through the Engram HTTP server for
gentle-engram. - Pins critical observations in context so important memory is harder to bury.
Changes
Memory lifecycle
- Surface computed observation state as
activeorneeds_review. - Add store-level review queries and local-only review reset behavior.
- Expose lifecycle metadata through MCP save/search responses.
MCP, HTTP, and Pi
- Add MCP
mem_reviewfor direct agent integrations. - Add HTTP review routes used by
gentle-engramPi-native tools. - Add compact Pi chrome for review list and mark-reviewed flows.
TUI and docs
- Show lifecycle state in the TUI list/detail views.
- Document
mem_review, lifecycle metadata, HTTP routes, and Pi setup behavior.
Install
brew upgrade engramCompatibility notes
mark_reviewedresets the local review cycle only; lifecycle review timestamps are not synced yet.- Pi users should pair this with
gentle-engram@0.1.8for nativemem_reviewsupport.