Skip to main content

Quick Start

Install

Verify the installation:

Enable in a repository

Navigate to any Git repository and enable partio:
You’ll see:
That’s it. No config files to write, no environment variables to set.

Your first checkpoint

  1. Start an AI coding session (e.g., open Claude Code)
  2. Make some changes to your code
  3. Commit as you normally would:
partio automatically:
  • Detects the running AI agent
  • Captures the session transcript, prompts, and context
  • Stores everything on the partio/checkpoints/v1 branch
  • Appends attribution trailers to your commit message
Your commit message will include:

Explore checkpoints

List all captured checkpoints:
Rewind to explore a specific checkpoint:
This creates a new branch at that checkpoint so you can explore the code and AI session in context.

Verify everything is healthy

Next steps