Rulvar API reference / @rulvar/core / GateAudit
Interface: GateAudit
Defined in: packages/core/src/runtime/agent-loop.ts:573
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:577 |
decidedBy | string | packages/core/src/runtime/agent-loop.ts:575 |
rule? | Json | packages/core/src/runtime/agent-loop.ts:576 |
verdict | "allow" | "deny" | "ask" | packages/core/src/runtime/agent-loop.ts:574 |