KBAISE/ for lovable
Head to head

claude-mem vs repomix

claude-mem and repomix solve the same job (Memory & context), so this is a pick-one decision.

Fieldclaude-memgithub.com Not yet sweptrepomixgithub.com Not yet swept
What it isCaptures what the agent does via hooks, compresses events into semantic summaries, stores them in SQLite with FTS5 plus a Chroma vector DB, and injects the relevant slice into future sessions. Progressive disclosure: search returns a ~50–100 token index before you fetch detail. ~91k stars.Packs an entire repository into one AI-consumable file (XML, Markdown, JSON or text) with directory tree, contents and per-file token counts. Tree-sitter compression strips implementation bodies to signatures for ~70% token reduction. Honors .gitignore; Secretlint scans for credentials before output.
CategoryMemory & contextMemory & context
Cost tierfreefree
PricingFree · Apache-2.0Free · MIT
Why builders pick itRuns with no intervention after install, which is why it beats a manual notes file. Content wrapped in <private> tags is excluded from storage.A one-shot context packer, not persistent memory — the right tool when you want to hand the whole project codebase to a model in a single message, or audit what is actually in there. The secret scan before output is a genuinely good safety default.
Watch out fornot loggednot logged
How to wire it upnpx claude-mem installnpx repomix@latest
Editor's pickYesYes

Agent endpoint: GET /api/public/compare?slugs=claude-mem,repomix