satisfy_gate
Unlock a gate by providing evidence and optional structured reasoning. The evidence chain is stored in audit trail for verification.
Instructions
Satisfy a gate condition with optional structured reasoning. Evidence is stored with a 5-minute TTL. When structuredReasoning is provided, the premise/evidence/conclusion chain is stored in the audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate | Yes | Gate condition ID to satisfy (e.g., pr_threads_checked) | |
| evidence | No | Evidence text (e.g., "0 unresolved threads") | |
| structuredReasoning | No | Structured pre-gate reasoning: state premises, trace evidence, assess risk, derive conclusion before unlocking. |