The repository now enforces the documented GitHub flow directly in CI/CD instead of relying on manual-only entrypoints.
Governance / validateCI / pr-gateSecurity / security-gate
These checks run automatically on pull requests. Governance / validate also emits the generated
process audit artifacts from cargo xtask github audit-process, including ADR corpus and
traceability-field validation.
Delivery Devruns automatically onpushtomain.- The workflow publishes immutable GHCR descriptor tags and promotes the
devenvironment. - Contributor-facing docs and branch protection should treat this as the canonical merge-to-dev path.
Release Candidateremains a manual workflow for rebuilding a selectedmainSHA and deployingstage.Promote Releaseremains a manual workflow for promoting the release-candidate artifacts intoproductionwithout rebuilding.
Run these from the repository root when you want local parity with the enforced automation:
cargo verify-repo
cargo xtask verify profile uiFor long or high-risk work, keep the matching plans/<issue-id>-<slug>/ execution artifacts in
git as part of the same change set. The audit command writes JSON and Markdown evidence under
target/process-audit/.