HOWTO: Run HyOps Preflight and Interpret the Report¶
The HyOps preflight check is the contract-enforcement gate that runs before every module applies changes. This HOWTO teaches you to read every section of the preflight report — input validation, environment reachability, dependency graph resolution, and contract digest — and to resolve the most common failure classes without guessing. Understanding preflight output is a prerequisite for safe, repeatable platform operations.
What this covers:
- Preflight report anatomy: inputs, environment checks, dependency resolution, and contract digest
- Common failure classes and their root causes: missing inputs, unreachable dependencies, version mismatches
- Dry-run vs preflight-only modes and when to use each