Release envelope
Binds the edition, source commit, authorization, browser evidence, build root, archive digest and rollback reference.
AIUpdateWatch Daily Intelligence
This page explains the release-integrity controls and the evidence that must exist before a build can be described as signed, deployed or rollback-ready.
Current Stage 31 status
The current repository contains the deterministic packaging, verification, keyless-signing, deployment-attestation and rollback-staging controls. Remote deployment remains disabled, and this page does not claim that the current edition has already been signed or deployed.
Verification evidence
Binds the edition, source commit, authorization, browser evidence, build root, archive digest and rollback reference.
Contains the keyless signature, short-lived certificate, timestamp and transparency-log proof for the release envelope.
Describes the build type, source material, builder identity, invocation and release archive subject digest.
Lists every deployable file with its exact SHA-256 digest and byte size.
Lists every file inside the deterministic release archive.
Records whether the checked local or remote deployment matches the approved build files.
Identifies the preceding verified release without automatically changing the live site.
Fail-closed sequence
The stable policy endpoint describes the archive, digest, signature, provenance, environment and rollback requirements.
Use the release archive, release envelope, Sigstore bundle and expected GitHub workflow identity together. A digest without its signed identity and provenance is not enough.
cosign verify-blob release-envelope.json \
--bundle release-envelope.sigstore.json \
--certificate-identity-regexp='^https://github.com/oraktas/aiupdatewatch_beginner_complete_site/.github/workflows/manual-signed-release.yml@' \
--certificate-oidc-issuer='https://token.actions.githubusercontent.com'Important distinction
The release envelope and provenance have valid identity-bound signatures.
The files have been copied to a hosting environment. Deployment alone does not prove integrity.
The deployment has been checked against the approved build manifest and release identity.