Skip to content

@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

readonly degradations: readonly Degradation[]

Defined in: safety/essentials.ts:38

Non-essential gaps the SDK degrades around (may be present even when met).


met

readonly met: boolean

Defined in: safety/essentials.ts:34

True when every essential is satisfied (the SDK may start).


missing

readonly missing: readonly string[]

Defined in: safety/essentials.ts:36

Names of the unmet essentials (empty when met).