Skip to content

agent-conveyor v0.1.4

Latest

Choose a tag to compare

@neonwatty neonwatty released this 08 Jun 15:42
86755bb

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-ack and manager-ack, receive piped JSON in the TypeScript runtime.
  • Forced GitHub JavaScript actions to run on Node 24 in package, test, and live
    smoke workflows with FORCE_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 -- --runInBand
  • npm run lint
  • npm run knip
  • npm run migration:audit:final
  • scripts/package-smoke
  • scripts/release-check --skip-live-smoke-repeat
  • a built CLI stdin smoke for worker-ack --from-stdin