Skip to content

DoctorCheck

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:19

One doctor check rendered by the CLI diagnostics flow.

optional code?: string

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:21

Stable machine-readable diagnostic id for structured integrations.


detail: string

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:23

Human-readable status detail rendered next to the label.


label: string

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:25

Short label for the dependency, directory, or template check.


optional scope?: DoctorCheckScope

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:27

Scope bucket used by machine-readable summaries and exit-code policies.


status: "warn" | "pass" | "fail"

Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:29

Final pass/fail/warn status for this diagnostic row.