Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Installation Manifest

Understand the installer and edition manifests used to identify source, configuration, files, and compatibility.

There are two related manifest boundaries:

  • The commercial package manifest identifies package version, installer/runtime revisions, image references, config schema version, upgrade baseline, migration expectations, installer commands, and SBOM inventory.
  • The materialized edition manifest records edition identity, market profile, namespaces, source/file hashes, materializer version, and managed files without leaking an operator’s absolute source path.

The installer result also includes an application version, migration state, provider state, generated time, and checksum. These values identify the observed workflow; they do not replace database migration or health verification.

Verification

Compare the manifest to the authorized release metadata, verify checksums before use, and retain the redacted result with the installation record. Do not publish private image references or real release digests.

Related articles