DoctorCheck
Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:19
One doctor check rendered by the CLI diagnostics flow.
Properties
Section titled “Properties”
optionalcode?:string
Defined in: wp-typia-project-tools/src/runtime/doctor/cli-doctor.ts:21
Stable machine-readable diagnostic id for structured integrations.
detail
Section titled “detail”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.
scope?
Section titled “scope?”
optionalscope?: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
Section titled “status”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.