RELEASE EVIDENCE · PRODUCT V1.10.0

Verify the exact public integration bytes.

This release publishes versioned SDK files, directly installable Node.js, Python and Go packages, an auditable agent plugin, execution-evidence tools, schema snapshots, SHA-256 checksums, a first-party manifest and an SPDX dependency inventory.

ARTIFACTS

Machine-readable release package

WHAT THIS PROVES

Byte identity and dependency inventory

The hashes let an integrator detect a changed download. The SBOM records packages pinned in the build lockfile. The release manifest identifies exactly which public files the digests cover; it does not prove a private source-to-deployment relationship. Download every listed artifact into one directory using its final filename, add SHA256SUMS, then run sha256sum -c SHA256SUMS on Linux or shasum -a 256 -c SHA256SUMS on macOS.

VERSIONED RELEASE NAMESPACE

A changed byte requires a changed product version

The release and hosted-package builders refuse to overwrite a published artifact under /sdk/v1.10.0/ or /evidence/v1.10.0/, or a versioned Node.js, Python or Go package, with different bytes in the release source tree. This is a build guard, not an external append-only or WORM guarantee. Rolling client URLs remain available for discovery, but production installations should pin these versioned files.

HONEST BOUNDARY

First-party evidence, not certification

This package is vendor-generated. A digest detects changed bytes only when compared with a trusted copy of that digest. The package is not an independent audit, does not establish source-to-binary or source-to-deployment reproducibility while source is private, and does not prove runtime availability, conformance or security.