Skip to content

@kekkai/blueprint / DoctorCheck

Interface: DoctorCheck

Defined in: inspect/types.ts:44

One adoption-completeness check — the unit of the doctor report.

Properties

detail?

optional detail?: string

Defined in: inspect/types.ts:48

What to do about it, when the check failed.


label

label: string

Defined in: inspect/types.ts:45


ok

ok: boolean

Defined in: inspect/types.ts:46


skipped?

optional skipped?: string

Defined in: inspect/types.ts:55

Why the check could not run. ok stays true — a red nobody can appease is worse than no check — but a skip is not a pass, and a banner counting it as one hid that the wiring was never verified (field run #129). Structural rather than a substring of label, so the banner and the JSON both see it.