Releases: neonwatty/agent-conveyor
agent-conveyor v0.1.4
agent-conveyor 0.1.4
This release carries the first post-0.1.3 dogfood fixes.
Changes
- Fixed the Node CLI entrypoint so commands that use
--from-stdin, including
worker-ackandmanager-ack, receive piped JSON in the TypeScript runtime. - Forced GitHub JavaScript actions to run on Node 24 in package, test, and live
smoke workflows withFORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true. - Documented live dogfood startup caveats for Codex hook review prompts,
unrelated MCP credential noise, and expected Node SQLite warnings.
Release Proof
Before publishing, run the package verification workflow with
version=0.1.4 and publish=false, then rerun it with publish=true after
reviewing the verified artifact and approving the npm-production
environment.
Local release prep should include:
git diff --check- workflow YAML parsing
npm test -- --runInBandnpm run lintnpm run knipnpm run migration:audit:finalscripts/package-smokescripts/release-check --skip-live-smoke-repeat- a built CLI stdin smoke for
worker-ack --from-stdin
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.
agent-conveyor v0.1.2
agent-conveyor v0.1.2
Publishes the completed TypeScript migration release to npm.
agent-conveyor npm v0.1.1
agent-conveyor npm v0.1.1
Patch release published to npm through GitHub Actions Trusted Publishing.
Changes
- Bumped npm package metadata from
0.1.0to0.1.1. - Documented expected Node
node:sqliteExperimentalWarning behavior for successful SQLite commands. - Fixed the publish workflow to install and publish downloaded tarballs using explicit local
./dist-release/...paths.
Release Evidence
- Publish workflow: https://github.com/neonwatty/agent-conveyor/actions/runs/27074498494
- Verification-only workflow after path fix: https://github.com/neonwatty/agent-conveyor/actions/runs/27074471885
- PR #250: package version bump
- PR #251: publish workflow local tarball path fix
- npm package: https://www.npmjs.com/package/agent-conveyor/v/0.1.1
npm Artifact
- Tarball: https://registry.npmjs.org/agent-conveyor/-/agent-conveyor-0.1.1.tgz
- Integrity:
sha512-RJAxLSjCmrV6MWROEmye0NlGkkX/nNmUJWpTg+SutdfvSedoHQiuAXA/J6e1vmZeYB40qHnHCDRApbd1dbm23Q==
Post-publish Smoke
A clean-prefix install from agent-conveyor@0.1.1 passed:
conveyor --helpworkerctl --helpconveyor install-skills --json- installed
manage-codex-workers/SKILL.md - installed executable
codex-review/scripts/codex-review
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.
agent-conveyor v0.1.0
agent-conveyor v0.1.0
Initial PyPI release of Agent Conveyor, the local Codex manager/worker conveyor control plane.
Install
pipx install agent-conveyor
conveyor install-skills
conveyor doctorThe package exposes both conveyor and the compatibility alias workerctl.
Release Proof
- Published to PyPI via GitHub Actions Trusted Publishing/OIDC.
- PyPI package: https://pypi.org/project/agent-conveyor/0.1.0/
- TestPyPI rehearsal passed via Trusted Publishing.
- Clean production PyPI install smoke passed for
conveyor,workerctl, bundled skill installation, andconveyor doctor.
Source Commit
This release is tagged at the commit used by the PyPI publish workflow: 920acb795a4b7ea5dcb264b3ed56eb9bdd7e1fd5.