board_approve_gate
Approve a mandatory governance gate to transition a pending deliberation session to completion, making the full output available.
Instructions
Approve a MANDATORY governance gate on a deliberation session. When a board session reaches "pending-gate" status, a human must approve the output before it finalizes. This is the human-in-the-loop enforcement mechanism. After approval, the session transitions to "complete" and the full deliberation output becomes available via board_get_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate_id | Yes | Gate ID from the session status (e.g. "gate-rb-xxx-yyy") | |
| approved_by | Yes | Identity of the human approver (e.g. "william.storey") | |
| rationale | No | Reason for approval — recorded in the forensic audit chain |