Skip to content

docs: fix README references to @blockrun/clawrouter#4

Merged
KillerQueen-Z merged 1 commit into
BlockRunAI:mainfrom
KillerQueen-Z:fix/readme-package-name
May 13, 2026
Merged

docs: fix README references to @blockrun/clawrouter#4
KillerQueen-Z merged 1 commit into
BlockRunAI:mainfrom
KillerQueen-Z:fix/readme-package-name

Conversation

@KillerQueen-Z
Copy link
Copy Markdown
Collaborator

README's npm badges and doctor command examples still pointed at the unrelated @blockrun/clawrouter package. Users following the README would land on a different product and get its version/download counts.

Changes

  • npm version + downloads badges → @blockrun/xclawrouter
  • npx @blockrun/clawrouter doctor [...] examples → @blockrun/xclawrouter

Not changed

Migration cleanup code in scripts/reinstall.sh / scripts/uninstall.sh / scripts/update.{sh,ps1} that intentionally references the old @blockrun/clawrouter package name to clean up plugin entries after upgrade. Removing those would break the upgrade path for users migrating from the legacy install.

Test plan

  • npm run typecheck clean
  • npm run lint clean
  • npx vitest run src/ passes
  • npx prettier --check README.md clean

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.
@KillerQueen-Z KillerQueen-Z merged commit d82810c into BlockRunAI:main May 13, 2026
3 checks passed
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.

1 participant