Skip to content

agent-conveyor npm v0.1.0

Choose a tag to compare

@neonwatty neonwatty released this 06 Jun 18:20
· 64 commits to main since this release
3a96cee

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 --help

The 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-conveyor rename

Verification

Before publish:

  • npm run migration:audit:final
  • scripts/release-check
  • AGENT_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 --help
  • npx 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.