Git-style version control for AI agent memory
Git branches for agent memory with time-travel rollback via MatrixOne CoW engine.

Git for Claude's memory, but context sync is the real lever here.
Solo developers and teams using Claude for project work
Cursor · Continue IDE · Supabase
dullnote is a two-way workspace where Claude reads your project files at the start of a session and writes back what happened at the end. Notes, decisions, logs all persistent across sessions via MCP.
The part I'm most proud of is the version control layer. Every edit is tracked with full diffs. You can see exactly what changed, who made the edit (you or Claude), and revert anything. It's the safety net that makes it actually usable, you're not just trusting the AI to overwrite your notes blindly.
Solo founder, built the whole thing with Claude Code. Been using it daily for two months. Free tier available.
How are you all handling persistent context across AI sessions? Especially on teams, curious what's actually working.
Git branches for agent memory with time-travel rollback via MatrixOne CoW engine.
CRDT-based VCS for AI swarms where Git's locking model fails completely.
Well-organized Git guide, but it's a static Markdown—GitHub already hosts thousands like it.
Git-style version control for vectors when Chroma and Qdrant can't time-travel.
Git for agent sessions lets you swap models mid-task and branch reasoning trees.
608kb Rust binary, but Git already handles snapshots better.