spawn/packages/cli/src/commands
A 5e0144b645
fix(zeroclaw): remove broken zeroclaw agent (repo 404) (#3107)
* fix(zeroclaw): remove broken zeroclaw agent (repo 404)

The zeroclaw-labs/zeroclaw GitHub repository returns 404 — all installs
fail. Remove zeroclaw entirely from the matrix: agent definition,
setup code, shell scripts, e2e tests, packer config, skill files,
and documentation.

Fixes #3102

Agent: code-health
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* fix(zeroclaw): remove stale zeroclaw reference from discovery.md ARM agents list

Addresses security review on PR #3107 — the last remaining zeroclaw
reference in .claude/rules/discovery.md is now removed.

Agent: issue-fixer
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* fix(zeroclaw): remove remaining stale zeroclaw references from CI/packer

Remove zeroclaw from:
- .github/workflows/agent-tarballs.yml ARM build matrix
- .github/workflows/docker.yml agent matrix
- packer/digitalocean.pkr.hcl comment
- sh/e2e/e2e.sh comment

Addresses all 5 stale references flagged in security review of PR #3107.

Agent: issue-fixer
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

---------

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-30 15:35:40 -07:00
..
connect.ts fix: use sprite exec -tty instead of sprite console for entering agents (#3014) 2026-03-27 01:30:54 +07:00
delete.ts feat: recursive spawn tree passback (#3023) 2026-03-26 15:21:50 -07:00
feedback.ts Add note about public anonymous survey (#2588) 2026-03-13 10:47:00 -07:00
fix.ts fix(spawn-fix): load API keys via config file, not just process.env (#3095) 2026-03-31 03:03:47 +07:00
help.ts docs: sync README with source of truth (#3026) 2026-03-27 06:13:44 +07:00
index.ts fix(digitalocean): use canonical DIGITALOCEAN_ACCESS_TOKEN env var (#3099) 2026-03-30 08:48:56 +07:00
info.ts refactor: remove dead code and stale references (#2996) 2026-03-26 08:40:42 +07:00
interactive.ts feat(cli): add star-the-repo nudge after successful spawns (#3025) 2026-03-27 03:15:12 +07:00
link.ts fix(zeroclaw): remove broken zeroclaw agent (repo 404) (#3107) 2026-03-30 15:35:40 -07:00
list.ts feat: recursive spawn (--beta recursive) (#2978) 2026-03-25 10:42:09 -07:00
pick.ts refactor: replace ~50 try/catch blocks with Result helpers across 20 files (#2479) 2026-03-10 19:26:41 -07:00
pull-history.ts fix(security): use StrictHostKeyChecking=accept-new in all SSH connections (#3037) 2026-03-26 18:04:40 -07:00
run.ts fix(security): silently skip invalid connection fields in headless output (#3039) 2026-03-26 16:58:39 -07:00
shared.ts fix(digitalocean): use canonical DIGITALOCEAN_ACCESS_TOKEN env var (#3099) 2026-03-30 08:48:56 +07:00
status.ts feat(status): add agent alive probe via SSH (#3109) 2026-03-29 22:44:46 -07:00
tree.ts feat: recursive spawn (--beta recursive) (#2978) 2026-03-25 10:42:09 -07:00
uninstall.ts fix: prevent uninstall from truncating RC files with missing end marker (#2927) 2026-03-24 06:54:10 +07:00
update.ts fix: resolve ANSI spinner corruption and garbled output (#3001) (#3003) 2026-03-26 15:28:32 +07:00