Skip to content

@kekkai/blueprint / GateStatus

Interface: GateStatus

Defined in: inspect/rules.ts:60

One optional gate, annotated with the resolved config when present.

Properties

active

active: boolean

Defined in: inspect/rules.ts:70

Whether the emitted config would carry it today.


declared

declared: { tier: string; value?: number; } | null

Defined in: inspect/rules.ts:68

The declared setting, resolved — null when the config does not declare it.


emits

emits: string

Defined in: inspect/rules.ts:63

The ESLint rule it emits — or the runtime that enforces it instead.


fallback?

optional fallback?: number

Defined in: inspect/rules.ts:66

Metric fallback threshold, when the gate is one of the metric family.


id

id: string

Defined in: inspect/rules.ts:61


note

note: string

Defined in: inspect/rules.ts:64