Skip to content

getDoctorChecks

getDoctorChecks(cwd): Promise<DoctorCheck[]>

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

Collect all runtime doctor checks for the current environment.

The returned array concatenates environment checks (command availability, directory writability, and built-in template assets) followed by workspace checks (package metadata, inventory, blocks, variations, patterns, bindings, and optional migration hints) in display order.

string

Working directory to validate for writability.

Promise<DoctorCheck[]>

Ordered doctor check rows ready for CLI rendering.