Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/plan / GuardVerdictValue

Interface: GuardVerdictValue

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

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

Properties

PropertyTypeDescriptionDefined in
approachSigCoarse?stringThe frozen coarse signature (oscillation-freeze).packages/plan/src/guards.ts:85
decisionType"guard-verdict"-packages/plan/src/guards.ts:79
fallback| GuardFallback | "freeze-key"-packages/plan/src/guards.ts:81
guard| "dropped-revision-streak" | "oscillation-freeze" | "stall-replan-cap" | "net-lost"-packages/plan/src/guards.ts:80
netLostUsd?number-packages/plan/src/guards.ts:89
oscillationCount?number-packages/plan/src/guards.ts:86
stallReplans?numberThe capped counter (stall-replan-cap).packages/plan/src/guards.ts:88
streak?numberThe streak at trip time (dropped-revision-streak).packages/plan/src/guards.ts:83