@jsvision/core / EssentialsReport
Interface: EssentialsReport
Defined in: safety/essentials.ts:32
The outcome of evaluating the runtime essentials against a capability profile + TTY facts.
Properties
degradations
readonlydegradations: readonlyDegradation[]
Defined in: safety/essentials.ts:38
Non-essential gaps the SDK degrades around (may be present even when met).
met
readonlymet:boolean
Defined in: safety/essentials.ts:34
True when every essential is satisfied (the SDK may start).
missing
readonlymissing: readonlystring[]
Defined in: safety/essentials.ts:36
Names of the unmet essentials (empty when met).