Rulvar API reference / @rulvar/core / GateAudit
Interface: GateAudit
Defined in: packages/core/src/runtime/agent-loop.ts:518
The ctx-side verdict for one dispatch, produced by the permission chain (M3-T03). For 'ask' the loop writes the turn checkpoint with the pending state FIRST, then suspend() journals the approval entry (or re-matches an existing one) and parks until a resolution closes it.
Properties
| Property | Type | Defined in |
|---|---|---|
advisory? | Json | packages/core/src/runtime/agent-loop.ts:522 |
decidedBy | string | packages/core/src/runtime/agent-loop.ts:520 |
rule? | Json | packages/core/src/runtime/agent-loop.ts:521 |
verdict | "allow" | "deny" | "ask" | packages/core/src/runtime/agent-loop.ts:519 |