From e43c6b81dbb582e0e2e42137fee4e628ee405794 Mon Sep 17 00:00:00 2001 From: Yeachan-Heo Date: Thu, 23 Apr 2026 00:24:09 +0000 Subject: [PATCH] Celebrate the 188K-star milestone in the project brand surface Refresh the root README hero so the repo acknowledges the 188K GitHub star milestone without turning the page into a campaign landing page. The change keeps the existing structure, sharpens the positioning copy, and adds a compact milestone section that fits the current documentation-first surface. Constraint: Keep the redesign confined to the repo's primary marketing/docs entrypoint Constraint: Avoid new assets, dependencies, or multi-page brand churn Rejected: Broader multi-file docs refresh | exceeded the requested reviewable scope Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep milestone copy lightweight so future README updates can age it out without restructuring the page Tested: git diff --check Not-tested: Rendered GitHub HTML preview outside local markdown diff --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b09007..80fcd87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Claw Code +

+ 188K GitHub stars and climbing. +

+ +

+ Rust-native agent execution for people who want speed, control, and a real terminal. +

+

ultraworkers/claw-code ยท @@ -28,8 +36,21 @@ Claw Code

-Claw Code is the public Rust implementation of the `claw` CLI agent harness. -The canonical implementation lives in [`rust/`](./rust), and the current source of truth for this repository is **ultraworkers/claw-code**. +

+ Claw Code just crossed 188,000 GitHub stars. This repo is the public Rust implementation of the claw CLI agent harness, built in the open with the UltraWorkers community. +

+ +

+ The canonical implementation lives in rust/, and the current source of truth for this repository is ultraworkers/claw-code. +

+ +## 188K and climbing + +Thanks to everyone who starred, tested, reviewed, and pushed the project forward. Claw Code is focused on a straightforward promise: a fast local-first CLI agent runtime with native tools, inspectable behavior, and a Rust workspace that stays close to the metal. + +- Native Rust workspace and CLI binary under [`rust/`](./rust) +- Local-first workflows for prompts, sessions, tooling, and parity validation +- Open development across the broader UltraWorkers ecosystem > [!IMPORTANT] > Start with [`USAGE.md`](./USAGE.md) for build, auth, CLI, session, and parity-harness workflows. Make `claw doctor` your first health check after building, use [`rust/README.md`](./rust/README.md) for crate-level details, read [`PARITY.md`](./PARITY.md) for the current Rust-port checkpoint, and see [`docs/container.md`](./docs/container.md) for the container-first workflow.