Expand description
Machine status checks and marker file management.
Structs§
- Setup
Result - Result of a single setup action.
Enums§
- Machine
Status - 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.