ck_review_feedback
Approve or deny a submitted review with feedback notes and annotations to unblock or halt execution.
Instructions
Approve or deny a submitted review and attach feedback notes or structured annotations. Write operation — updates the review record and unblocks or halts the execution gate. review_id (required) is the ID returned by ck_review_submit. decision must be approved or denied. feedback_notes is freeform text for the reviewer's rationale. annotations is a key-value object for machine-readable metadata. This tool is human-facing: agents call ck_review_submit to create a review, then a human (or authorized agent) calls ck_review_feedback to record the decision. After approval, the submitting agent can proceed with execution; after denial, the plan should be revised and resubmitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotations | No | Structured key-value annotations for machine-readable metadata. | |
| decision | Yes | Governance decision: allow, warn, block, or escalate to human. | |
| feedback_notes | No | Freeform feedback notes from the reviewer. | |
| review_id | Yes | Unique identifier of the review to query or act on. | |
| reviewed_by | No |