Skip to content

Releases: AkiGarage/ZCode-supervisor

ZCode-supervisor v0.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:42
557a777

ZCode-supervisor v0.0.2 strengthens bounded ZCode delegation and its release safety.

Highlights

  • Adds the thin launcher/auditor workflow with branch-mode Codex autoreview closeout guidance.
  • Adds Strict Contract V3, deterministic acceptance, operational gateway reporting, resumable runs, and usage accounting.
  • Bundles built-in strict-contract rubrics in the Python wheel.
  • Hardens generated launcher path quoting and keeps untracked file contents out of persisted artifacts.
  • Pins third-party GitHub Actions to reviewed full commit SHAs and adds pull-request/public-surface CI.

Verification

  • SHA256SUMS is attached for the source archive.
  • GitHub build provenance attestations cover the archive and checksum file.
  • The release workflow re-ran Python, Node.js, wheel, and packaging checks against tag v0.0.2.
  • TestPyPI and PyPI installs were smoke-tested in fresh virtual environments.

Packages

Full changes: https://github.com/AkiGarage/ZCode-supervisor/blob/v0.0.2/CHANGELOG.md

ZCode-supervisor v0.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:08

Initial public release of ZCode-supervisor's verified archive distribution.

Primary install path for now:

uvx --from git+https://github.com/AkiGarage/ZCode-supervisor.git zcode-install-repo /path/to/target-repo

Verified archive assets:

  • zcode-supervisor-v0.0.1.tar.gz
  • SHA256SUMS

Verify the release archive:

gh release download v0.0.1 -R AkiGarage/ZCode-supervisor
shasum -a 256 -c SHA256SUMS
gh attestation verify zcode-supervisor-v0.0.1.tar.gz \
  -R AkiGarage/ZCode-supervisor \
  --source-ref refs/tags/v0.0.1 \
  --source-digest 6525b8a41371a687a9b9ef3513da38eaab52cf9e \
  --signer-workflow AkiGarage/ZCode-supervisor/.github/workflows/release-artifacts.yml
gh attestation verify SHA256SUMS \
  -R AkiGarage/ZCode-supervisor \
  --source-ref refs/tags/v0.0.1 \
  --source-digest 6525b8a41371a687a9b9ef3513da38eaab52cf9e \
  --signer-workflow AkiGarage/ZCode-supervisor/.github/workflows/release-artifacts.yml

Notes:

  • PyPI and TestPyPI publishing are intentionally not live yet. They will use Trusted Publishing after the pending publishers are configured.
  • Homebrew distribution remains on hold.