This repository has been archived on 2026-02-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tools/mem-review
2026-02-08 01:57:49 -05:00
..
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00
2026-02-08 01:57:49 -05:00

mem-review 🧠

Auto-reviews daily memory/*.md files, extracts key insights, and updates MEMORY.md.

Install

cd /home/agent/tools/projects/mem-review
npm install
npm link  # Symlinks ~/bin/mem-review

Usage

  • mem-review review - Scan & show recent memory snippets
  • mem-review update - Merge insights to MEMORY.md (dry-run first)

Roadmap Status

Starter impl: scan + stub update. Next: semantic scoring, LLM summaries, auto-merge.

Test: node test/review.test.js (TODO)