gc_checkpoint
Fetch held actions awaiting approval and resolve approval checkpoints by approving, rejecting, or editing arguments before approving.
Instructions
Approval checkpoints (Story 3.5a).
get: fetch a held action's render payload + risk dot
resolve: approve or reject a checkpoint; edited_args supports edit-then-approve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Checkpoint ID | |
| action | Yes | Action to perform | |
| decision | No | Decision (for resolve) | |
| edited_args | No | Edited args for edit-then-approve (for resolve) |