Quick Start
Install
- Homebrew
- Go Install
- From Source
Enable in a repository
Navigate to any Git repository and enable partio:Your first checkpoint
- Start an AI coding session (e.g., open Claude Code)
- Make some changes to your code
- Commit as you normally would:
- Detects the running AI agent
- Captures the session transcript, prompts, and context
- Stores everything on the
partio/checkpoints/v1branch - Appends attribution trailers to your commit message
Explore checkpoints
List all captured checkpoints:Verify everything is healthy
Next steps
- Learn about Core Concepts — sessions, checkpoints, and strategies
- See the full CLI Reference
- Set up the Claude Code integration