Skip to content

agent-conveyor v0.1.3

Choose a tag to compare

@neonwatty neonwatty released this 07 Jun 23:59
5cf2f56

agent-conveyor 0.1.3

This release proves the production npm release path now uses GitHub Actions
Trusted Publishing instead of local npm publish tokens.

Changes

  • Hardened .github/workflows/publish.yml for npm Trusted Publishing.
  • Configured npm package publishing access to disallow publish tokens while
    keeping the trusted publisher path enabled.
  • Added a required npm-production GitHub environment approval gate with admin
    bypass disabled.
  • Archived the historical Python/PyPI package path in
    docs/archive/python-package-history.md.

No user-facing CLI behavior changes are intended from 0.1.2.

Release Proof

The release must be published by running the Package Verification workflow
with version=0.1.3 and publish=true, approving the npm-production
environment, and verifying agent-conveyor@latest installs from npm.