Skip to main content

Module status

Module status 

Source
Expand description

Machine status checks and marker file management.

Structs§

SetupResult
Result of a single setup action.

Enums§

MachineStatus
Distinguishes “never set up” from “version mismatch” from “ready”.

Functions§

is_ci
Returns true in CI/CD or automated environments where machine setup must not run.
is_machine_setup
Check if machine setup has been done (marker file exists + version current).
machine_setup_status
Return the machine setup status: NeverSetup, NeedsUpdate, or Ready.