We Built Checkpointing
blog.conductor.build·2d·
Discuss: Hacker News
🌳Git Internals
Preview
Report Post

03 Dec 2025 — 5 min read

How we built checkpointing

And why we picked GPT-5 to do the hardest bits

We recently added checkpointing to Conductor: in one click, you can reset your files, git, and chat to a prior state.

Other dev tools like Claude Code and Cursor have their own checkpointing features, but they’re leaky.

Suppose you ask Claude Code or Cursor to write you a new feature. It installs a package, generates a database migration, writes some code, and stages its changes. Then you want to reset to before all that happened.

You’ll see something like this:

You may notice:

  • lockfile hasn’t been reset
  • migration ha…

Similar Posts

Loading similar posts...