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