CMV – strip up to 70% of Claude Code without losing any conversation
Git for Claude context — snapshot and branch sessions, trim 70% bloat without losing conversation.
Claude Code Contextual Memory Virtualisation (CMV)
Git-like versioning for Claude's context window—finally replay work without rebuilding understanding.
Claude Code users working on large codebases
Cursor context pinning · Continue persistent sessions
The idea is that contextual memory virtualisation snapshots that context so you can branch from it later. Spend 40 minutes mapping your codebase, snapshot it, then fork into independent sessions for each task, that way they all sharing the same base understanding. When context gets bloated, trim strips the dead weight (raw file contents, base64 blobs) while keeping every message verbatim. 50-70% smaller, nothing lost from my testing.
TLDR; build understanding once, reuse it, trim the bloat.
Git for Claude context — snapshot and branch sessions, trim 70% bloat without losing conversation.
Git for agent memory beats Letta's file-level versioning with zero-copy branching.
Claude Code session memory via git notes and semantic search—solves real multi-session context collapse.
Branch-aware session resuming that Claude Code should've built in.
Branch-aware session resume beats starting fresh every checkout.
Git plumbing ops store sessions in orphan branches without touching your working tree.