Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/guides/checkpoint-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Checkpoints capture agent session context (transcripts, tool calls, files touched, token usage) as versioned JSON on the `egg/checkpoints/v2` git branch. In multi-agent pipelines, checkpoints enable agents to discover what other agents did, what files they touched, and how many tokens they used.

## Global Options

All `egg-checkpoint` commands support these top-level options:

- `--repo-path PATH` — Repository path (defaults to `EGG_REPO_PATH` or current directory)
- `--checkpoint-repo OWNER/REPO` — External checkpoint repository in `owner/repo` format. Overrides auto-detection from repository settings.
Use this when querying checkpoints from a different repository than the current one.

## When to Use Checkpoints

- **Reviewing another agent's work**: See what a coder agent did before writing tests
Expand Down
Loading