Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / GuardVerdictValue

Interface: GuardVerdictValue

Defined in: packages/plan/src/guards.ts:47

The journaled guard verdict payload (kind 'decision').

Properties

PropertyTypeDescriptionDefined in
approachSigCoarse?stringThe frozen coarse signature (oscillation-freeze).packages/plan/src/guards.ts:54
decisionType"guard-verdict"-packages/plan/src/guards.ts:48
fallback| GuardFallback | "freeze-key"-packages/plan/src/guards.ts:50
guard| "dropped-revision-streak" | "oscillation-freeze" | "stall-replan-cap" | "net-lost"-packages/plan/src/guards.ts:49
netLostUsd?number-packages/plan/src/guards.ts:58
oscillationCount?number-packages/plan/src/guards.ts:55
stallReplans?numberThe capped counter (stall-replan-cap).packages/plan/src/guards.ts:57
streak?numberThe streak at trip time (dropped-revision-streak).packages/plan/src/guards.ts:52