rulvar API reference / @rulvar/rulvar / GateAudit
Interface: GateAudit
Defined in: packages/core/dist/index.d.ts
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/dist/index.d.ts |
decidedBy | string | packages/core/dist/index.d.ts |
rule? | Json | packages/core/dist/index.d.ts |
verdict | "allow" | "deny" | "ask" | packages/core/dist/index.d.ts |