status · AVC

Release evidence, not release theatre.

Exact source, artifacts, checks, limitations and rollback accompany every release.

Evidence receipt · RELEASE-BUNDLEMinimum release evidence
Source
Exact immutable commit
Repository
Frozen install, format, lint, type, test and build
Artifact
Identified output with integrity evidence
Runtime
Install, start, health, stop and recovery
Limitations
Known unsupported and unapproved boundaries
Rollback
Supported path to prior software and compatible state
Release gate

Source becomes a release through reproducible evidence.

Artifact publication does not imply production promotion.

  1. Exact commit

    The source SHA and clean tree are recorded.

    passed
  2. Repository checks

    Frozen install, type, lint, test and build succeed on exact head.

    active
  3. Artifact integrity

    Generated artifacts are identified and verifiable.

    pending
  4. Runtime verification

    Install, start, health, stop and recovery behave as documented.

    pending
  5. Rollback

    Prior software and compatible state can be restored.

    pending
Exact source

A release identifies the commit and artifacts it represents.

Release notes, checks and limitations refer to immutable source rather than the current state of a moving branch.

Evidence bundle

Build, tests, security and runtime checks remain separately inspectable.

One green status cannot substitute for missing native packaging, recovery or exact-head repository evidence.

Rollback

A release is incomplete without a supported path back.

Software rollback, data compatibility, backups and operator instructions are part of the release boundary.