RepoPilot

ultraworkers/claw-code

An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Concentrated ownership — top contributor handles 65% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Last commit 3w ago
  • 11 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: ultraworkers/claw-code

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T17:20:42.842Z · commit 08106b0c3771

Verdict

Healthy — Healthy across all four use cases

  • Last commit 3w ago
  • 11 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Claw Code is an agent-managed museum exhibit written in Rust (4M+ LOC) with Python tooling (168K LOC) that demonstrates autonomous software maintenance using Gajae-Code and LazyCodex harnesses. It's a self-sustaining artifact where AI agents plan, execute, verify, and label code changes with no human intervention—more proof-of-concept than production system. Monorepo with workspace structure (Cargo.toml members in crates/*) and dual-language codebase: Rust crates under crates/ and Python entrypoints under src/ (src/main.py, src/AGENTS.md, src/bootstrap/, src/commands.py, src/coordinator/). Python layer contains CLI, assistant, components, and hooks; Rust layer handles core agents.

Start here

Read these in order:

  • src/_archive_helper.py — Foundation: doesn't import anything internally and is imported by 29 other files. Read first to learn the vocabulary.
  • src/models.py — Foundation: imported by 8, no internal dependencies of its own.
  • src/commands.py — Built on the foundation; imported by 8 downstream files.
  • src/permissions.py — Built on the foundation; imported by 4 downstream files.
  • src/tools.py — Layer 2 — composes lower-level code into reusable abstractions (imported 9×).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone from GitHub: git clone https://github.com/ultraworkers/claw-code.git && cd claw-code. Verify Cargo.toml and Rust setup with cargo --version. For Python tooling, check src/ for requirements or pyproject.toml (n…

Daily commands:

Evidence incomplete: no Makefile, setup.py, or pyproject.toml visible. For Rust: cargo build --release (inferred from workspace). For Python entry: likely python src/main.py but verify dependencies first. Consult re…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 65% of recent commits
  • Scorecard: default branch unprotected (0/10)
  • Agent harnesses (Gajae-Code, LazyCodex) are external dependencies with no pinned version evidence—unclear how they integrate or communicate with this repository. Python src/ assumes external agent runner already…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/ultraworkers/claw-code)](https://repopilot.app/r/ultraworkers/claw-code)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/ultraworkers/claw-code on X, Slack, or LinkedIn.

Ask AI about ultraworkers/claw-code

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

More from ultraworkers

See all
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/ultraworkers/claw-code"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>