AI dictionary

Checkpoint

A durable record of progress, decisions, files, or state that lets an agent resume safely.

Plain English

A bookmark for work, not just a chat transcript.

Example

An agent writes a progress file after each feature with tests run, files changed, and remaining tasks.

Why it matters

Checkpoints reduce duplicated work and make long-running automation inspectable.