checkpoint_create
Persist a redacted, resumable checkpoint of task progress in shared local state, capturing completed and pending items without credentials or full prompts.
Instructions
Persist a redacted, resumable checkpoint in shared local state. Do not include credentials, full prompts, or full responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Codex task/thread identifier when available. | |
| pending | Yes | ||
| lastTest | No | ||
| completed | Yes | ||
| gitStatus | No | ||
| objective | Yes | ||
| resumeNotes | No | ||
| workspaceRoot | Yes | Absolute workspace root path. | |
| pendingCommand | No |