Release Validation Checklist

Use this checklist before cutting a v1.x release. It records the command-level evidence required by the roadmap and keeps optional external validation separate from local automation.

Required Gates

Aggregate Commands

Run the local release inventory:

zaxy doctor --beta-readiness

External validation is optional for v1.0. Without a report, the inventory should report external_validation_evidence as ok with an optional evidence message. After a real report is written to reports/external-validation/external-validation-report.json, the same check should report ok with attached evidence.

Run the full release gate:

scripts/release-check.sh --root .

The release gate may only skip an environment-specific smoke with an explicit SKIP:<reason> command value. Do not remove a gate or leave it blank.

Artifact Review

Related references: external-validation.md, v10-gate-audit.md, v09-gate-audit.md, testing.md, runbook.md, benchmarks.md, and README.md.