An edge MCP file system with a 50ms undo button for AI agents
Time Machine for AI agents: immutable file versions with 50ms restore.

Restore creates a backup first, so undo itself can be undone.
Developers who want file versioning without Git overhead
Time Machine · Git · Timeshift
Time Machine for AI agents: immutable file versions with 50ms restore.
AI agents can self-correct via ckpt restore — terminal agents finally get checkpoints.
SQLite + FTS5 + vector search beats per-repo context files for global memory.
Another friendly Git wrapper, but lazygit and Fork already do undo better.
Delta-based undo/redo with derive macros beats command pattern boilerplate in Rust.
Wrapper around `git reset --soft` because the author forgets the flags.