agent-conveyor npm v0.1.0
agent-conveyor npm v0.1.0
Initial npm release of Agent Conveyor, the local Codex manager/worker conveyor control plane, published as the unscoped package agent-conveyor.
Install
npm install -g agent-conveyor@0.1.0
conveyor --help
workerctl --helpThe package exposes both conveyor and the compatibility alias workerctl.
Release Proof
- npm package: https://www.npmjs.com/package/agent-conveyor/v/0.1.0
- Published from commit:
3a96cee7d06122af9d94369c65efa57e952f7b3e - npm dist tag:
latest -> 0.1.0 - npm integrity:
sha512-8BX1MbmaakWtLbeVBVgdbsG3vXkcDF3oe+bwq+RI3ADEljb9rmh6sBxU9wyS+oV48+ume0ZgGDLsW7G21uHqvw== - npm shasum:
e7c3a2d032ddc7fa4a61938a51d8ed1441a6efc0 - Package size: 319.0 kB; unpacked size: 1.9 MB; total files: 85
Migration PRs
- #244: Cut npm package over to TypeScript runtime
- #245: Clean npm bin metadata
- #246: Update repository metadata for the
neonwatty/agent-conveyorrename
Verification
Before publish:
npm run migration:audit:finalscripts/release-checkAGENT_CONVEYOR_ALLOW_NPM_PUBLISH=1 npm publish --dry-run --access public
After publish:
npm view agent-conveyor@0.1.0 name version dist-tags time.modified dist.integrity dist.shasum --json- Clean temp-project install of
agent-conveyor@0.1.0 npx conveyor --helpnpx workerctl --help
Tag Note
The plain v0.1.0 tag already anchors the earlier PyPI release at 920acb795a4b7ea5dcb264b3ed56eb9bdd7e1fd5. This npm release therefore uses npm-v0.1.0 to avoid rewriting existing release provenance.