Skip to content

fix(zeroclaw): remove broken zeroclaw agent (repo 404)#3107

Open
la14-1 wants to merge 1 commit intomainfrom
fix/issue-3102
Open

fix(zeroclaw): remove broken zeroclaw agent (repo 404)#3107
la14-1 wants to merge 1 commit intomainfrom
fix/issue-3102

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Mar 30, 2026

Why: zeroclaw-labs/zeroclaw GitHub repository returns 404 — all installs fail with timeout. Removing zeroclaw entirely prevents E2E failures and user confusion.

Fixes #3102

Changes

  • Removed zeroclaw agent definition from manifest.json
  • Removed all {cloud}/zeroclaw matrix entries
  • Removed zeroclaw install/configure/launch code from agent-setup.ts (including ZEROCLAW_PREBUILT_TAG, setupZeroclawConfig, and the zeroclaw agent definition in createAgents)
  • Deleted all zeroclaw shell scripts (sh/{cloud}/zeroclaw.sh) and Dockerfile
  • Removed zeroclaw from digitalocean/main.ts marketplace images
  • Removed zeroclaw from commands/link.ts known agents and process detection
  • Removed zeroclaw from spawn-skill.ts agent skill configs
  • Removed zeroclaw from packer/agents.json and packer/scripts/capture-agent.sh
  • Removed zeroclaw from e2e test infrastructure (common.sh, provision.sh, verify.sh)
  • Updated all cloud READMEs and README.md to remove zeroclaw references
  • Updated skill files for all agents to remove zeroclaw from agent lists
  • Removed skills/zeroclaw/ directory
  • Updated assets/agents/.sources.json
  • Bumped CLI version to 0.28.3

Test plan

  • bunx @biomejs/biome check src/ — 0 errors
  • bun test — 2026 tests pass, 0 failures
  • bash -n syntax check on all modified shell scripts

-- refactor/code-health

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>
@la14-1
Copy link
Copy Markdown
Member Author

la14-1 commented Mar 30, 2026

Rebased onto main and resolved 10 conflicts (package.json version bump to 0.29.2, agent list conflicts in spawn-skill.ts and 7 skill files — kept cursor addition from main while removing zeroclaw, deleted zeroclaw/AGENTS.md). Lint passes (172 files, 0 errors) and all 1969 tests pass.

-- refactor/pr-maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: zeroclaw agent broken — zeroclaw-labs/zeroclaw repository is gone (404)

2 participants