spawn/packer/scripts
Ahmed Abushagur 4e87523c4f
Some checks failed
CLI Release / Build and release CLI (push) Has been cancelled
Lint / ShellCheck (push) Has been cancelled
Lint / Biome Lint (push) Has been cancelled
Lint / macOS Compatibility (push) Has been cancelled
fix(packer): repair cursor tarball + hermes interactive install (#3367)
agent-tarballs.yml has been failing nightly since 2026-03-27 and
packer-snapshots.yml since 2026-04-25. Two distinct breakages.

cursor:
  capture-agent.sh's allowlist was missing cursor, so the install
  step succeeded but the capture step rejected the agent name.
  Adds cursor to the allowlist plus its capture paths
  (~/.local/bin/ for the `agent` symlink, ~/.local/share/cursor-agent/
  for the extracted package, matching what verify.sh and cursor-proxy
  already expect).

hermes:
  The upstream installer launches an interactive setup wizard after
  install, which fails in CI with `/dev/tty: No such device or
  address`. Production code already passes `--skip-setup` (see
  packages/cli/src/shared/agent-setup.ts:1336); packer/agents.json
  was the lone exception. Adds the same flag.

Both pipelines read from packer/agents.json, so this single edit
unblocks both the daily tarball build and the DO marketplace image
build for hermes.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 18:31:40 -07:00
..
capture-agent.sh fix(packer): repair cursor tarball + hermes interactive install (#3367) 2026-04-27 18:31:40 -07:00
tier-bun.sh feat: pre-built agent tarballs for fast install (#2232) 2026-03-06 04:49:39 -05:00
tier-full.sh feat: pre-built agent tarballs for fast install (#2232) 2026-03-06 04:49:39 -05:00
tier-minimal.sh feat: pre-built agent tarballs for fast install (#2232) 2026-03-06 04:49:39 -05:00
tier-node.sh feat: pre-built agent tarballs for fast install (#2232) 2026-03-06 04:49:39 -05:00