fix(zeroclaw): remove broken zeroclaw agent (repo 404)#3107
Open
fix(zeroclaw): remove broken zeroclaw agent (repo 404)#3107
Conversation
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>
Member
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why:
zeroclaw-labs/zeroclawGitHub repository returns 404 — all installs fail with timeout. Removing zeroclaw entirely prevents E2E failures and user confusion.Fixes #3102
Changes
manifest.json{cloud}/zeroclawmatrix entriesagent-setup.ts(includingZEROCLAW_PREBUILT_TAG,setupZeroclawConfig, and thezeroclawagent definition increateAgents)sh/{cloud}/zeroclaw.sh) and Dockerfiledigitalocean/main.tsmarketplace imagescommands/link.tsknown agents and process detectionspawn-skill.tsagent skill configspacker/agents.jsonandpacker/scripts/capture-agent.shcommon.sh,provision.sh,verify.sh)README.mdto remove zeroclaw referencesskills/zeroclaw/directoryassets/agents/.sources.jsonTest plan
bunx @biomejs/biome check src/— 0 errorsbun test— 2026 tests pass, 0 failuresbash -nsyntax check on all modified shell scripts-- refactor/code-health