AI agents are creating an explosion in version-control demand: isolated workspaces, branchable explore steps, reviewable changes, rollback. They need versioning as infrastructure, not as a CLI.
Teams reach for Git - and end up managing a sidecar that was never meant to live inside their app:
-repository directories on disk
-working trees + checkout per worker
-locks & packfiles
-garbage collection
-LFS for blobs
-process calls & shell-outs
-protocol servers
-two-phase commits with the rest of your data
Lix is built the other way around. Sessions, not worktrees. A SQL engine you embed, with semantic diffs and branches as first-class state - backed by infrastructure you already run.