agent-conveyor v0.1.3
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.ymlfor npm Trusted Publishing. - Configured npm package publishing access to disallow publish tokens while
keeping the trusted publisher path enabled. - Added a required
npm-productionGitHub 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.