ck_checkpoint_create
Create a workspace checkpoint to capture git state, workspace context, and metadata, enabling migration or rollback in coding-agent workflows.
Instructions
Create a workspace checkpoint capturing git state, workspace context, and metadata for migration or rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created_by | No | ||
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| summary | No | Brief human-readable summary of the record. | |
| task_id | Yes | Task identifier within the session for scoped operations. | |
| type | No | Type classification for the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpoint_id | No | ||
| created_at | No | ||
| summary | No | ||
| type | No |