Skip to content

fix(cli): publish as @tonex-dev/cli - #246

Merged
patrick-xin merged 1 commit into
masterfrom
fix/npm-publish-scope
Jun 26, 2026
Merged

fix(cli): publish as @tonex-dev/cli#246
patrick-xin merged 1 commit into
masterfrom
fix/npm-publish-scope

Conversation

@patrick-xin

Copy link
Copy Markdown
Owner

npm's name-similarity filter blocks the bare tonex name (too close to knex/lolex/convex), even though it's unregistered. Publish under the org scope @tonex-dev/cli instead. The global binary stays tonex.

  • packages/cli/package.json: name → @tonex-dev/cli (bin still tonex)
  • publish.yml: pnpm --filter @tonex-dev/cli (filter matches by package name)
  • docs swept: npx tonexnpx @tonex-dev/cli, npm i -g @tonex-dev/cli

After merge, re-pointing the tonex@0.1.0 tag triggers the publish.

🤖 Generated with Claude Code

…s bare `tonex`)

npm's typosquatting filter rejects the bare name `tonex` (too close to
knex/lolex/convex) even though it's unregistered. Publish under the
org-scoped name instead; the global binary stays `tonex`.

- packages/cli/package.json: name → @tonex-dev/cli (bin still `tonex`)
- publish.yml: pnpm --filter @tonex-dev/cli (filter matches by name)
- docs: npx tonex → npx @tonex-dev/cli, npm i -g @tonex-dev/cli across
  README, SKILL, and www CLI/agent-skills docs (global `tonex` refs kept)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tonex Ready Ready Preview, Comment Jun 26, 2026 6:37pm

@patrick-xin
patrick-xin merged commit a371163 into master Jun 26, 2026
4 of 6 checks passed
@patrick-xin
patrick-xin deleted the fix/npm-publish-scope branch June 26, 2026 18:35
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