Preconditions
- Zenoh control plane reachable for your deployment topology.
- Robot config selected and safety profile defined.
- Dataset collected with the same robot contract version.
Required gates
Validate
A
validate report passes — timestamp, alignment, schema, and
missing data checks all green.Shadow (recommended)
A
shadow report passes. Optional, but recommended for any deploy that
touches hardware.Commands
rfx runs show surfaces the run record, including lineage metadata
(inputs, outputs, artifact manifest, robot config hash) written by each
workflow stage.
Blockers
Deploy must be blocked when any of the following is true:- Artifact manifest missing or schema incompatible
- No successful eval report for the artifact
- Shadow is required but no passing shadow report exists
- Robot config hash mismatch
- Safety profile mismatch
Incident readiness
- Keep the
run_idfor rollback and audits. - Verify
.rfx/runs/,.rfx/reports/, and.rfx/artifacts/are persisted. - Use
rfx runs show <run_id>to inspect exact replay prerequisites (inputs, config, artifact lineage).

