Musecl-memory – Persistent memory for AI agents in 200 lines of bash
Package.json pattern for AI memory: sync sources in git, rebuild vectors locally.
Portable persistence for AI agent memory, using git.
Git-synced memory for agents sounds clever, but it's a shell script wrapper without a clear agent integration path.
AI agent developers who need portable, offline-first memory persistence.
Mem0 · Restack · LangChain memory
Package.json pattern for AI memory: sync sources in git, rebuild vectors locally.
Git worktree wrapper for AI agents, but worktree management is niche and solved adequately by git natively.
Git worktree pain solver that actually ships—fleet mode runs 5 agents in parallel.
Vector search and FTS5 in SQLite means no separate vector database server needed.
Markdown files as agent memory source of truth with SQLite hybrid search.
Markdown files as source of truth means you can always grep your agent's memory.