From 8bfc53662070e0ba83dba2083e41de605cb6fcce Mon Sep 17 00:00:00 2001 From: Fsocietyhhh <1211904451@qq.com> Date: Tue, 12 May 2026 21:56:12 -0700 Subject: [PATCH] docs: fix README references to @blockrun/clawrouter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The XClawRouter README's npm badges and `doctor` command examples still pointed at the unrelated @blockrun/clawrouter package on npm. Users following the README would land on a different product and get its version/download counts. - npm version + downloads badges: @blockrun/clawrouter → @blockrun/xclawrouter - `npx @blockrun/clawrouter doctor [...]` examples (4×) → @blockrun/xclawrouter Migration cleanup code in scripts/* that intentionally references the old package name is left untouched. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c10fe65..06ce019 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Agents can only sign transactions.

x402 USDC  Open source -[![npm version](https://img.shields.io/npm/v/@blockrun/clawrouter.svg?style=flat-square&color=cb3837)](https://npmjs.com/package/@blockrun/clawrouter) -[![npm downloads](https://img.shields.io/npm/dm/@blockrun/clawrouter.svg?style=flat-square&color=blue)](https://npmjs.com/package/@blockrun/clawrouter) +[![npm version](https://img.shields.io/npm/v/@blockrun/xclawrouter.svg?style=flat-square&color=cb3837)](https://npmjs.com/package/@blockrun/xclawrouter) +[![npm downloads](https://img.shields.io/npm/dm/@blockrun/xclawrouter.svg?style=flat-square&color=blue)](https://npmjs.com/package/@blockrun/xclawrouter) [![GitHub stars](https://img.shields.io/github/stars/BlockRunAI/XClawRouter?style=flat-square&label=GitHub%20stars)](https://github.com/BlockRunAI/XClawRouter) [![CI](https://img.shields.io/github/actions/workflow/status/BlockRunAI/XClawRouter/ci.yml?branch=main&style=flat-square&label=CI)](https://github.com/BlockRunAI/XClawRouter/actions) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6?style=flat-square&logo=typescript&logoColor=white)](https://typescriptlang.org) @@ -456,7 +456,7 @@ Exclusions persist across restarts (`~/.openclaw/blockrun/exclude-models.json`). **When things go wrong, run the doctor:** ```bash -npx @blockrun/clawrouter doctor +npx @blockrun/xclawrouter doctor ``` This collects diagnostics and sends them to Claude Sonnet for AI-powered analysis: @@ -485,14 +485,14 @@ The local proxy isn't running. Run `openclaw gateway restart` to fix. **Use Opus for complex issues:** ```bash -npx @blockrun/clawrouter doctor opus +npx @blockrun/xclawrouter doctor opus ``` **Ask a specific question:** ```bash -npx @blockrun/clawrouter doctor "why is my request failing?" -npx @blockrun/clawrouter doctor opus "æ·±ćșŠćˆ†æžæˆ‘çš„é…çœź" +npx @blockrun/xclawrouter doctor "why is my request failing?" +npx @blockrun/xclawrouter doctor opus "æ·±ćșŠćˆ†æžæˆ‘çš„é…çœź" ``` **Cost:** Sonnet ~$0.003 (default) | Opus ~$0.01