Skip to main content
vigie docs GitHub ↗

Checkpoints & rollback

Approval gates that snapshot project state so you can roll back to a clean point.

A checkpoint is a snapshot of your project state at a specific moment — files, directory structure, and all. You take one when the agent has made good progress and you want to approve it before going further.

Why checkpoints matter

Taking a checkpoint

In the dashboard, click Take Checkpoint on the session card. vigie snapshots the current project state and stores it locally. The session pauses.

Reviewing and resuming

After you inspect the changes, you can:

Rollback is instant because vigie keeps the snapshot in SQLite; there’s no network sync or undo stack to rebuild.

Where to next