-
Notifications
You must be signed in to change notification settings - Fork 0
Add npm stable tag after refreshing npm auth #100
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationinfra基础设施/工程化基础设施/工程化phase:1Phase 1: 基础稳固Phase 1: 基础稳固priority:p0Must fix before reliable development/releaseMust fix before reliable development/release
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationinfra基础设施/工程化基础设施/工程化phase:1Phase 1: 基础稳固Phase 1: 基础稳固priority:p0Must fix before reliable development/releaseMust fix before reliable development/release
Context
The installable CLI package is the unscoped npmjs package
claude-nb, not a GitHub Packages package.Observed on 2026-05-10:
npm view claude-nb version dist-tags versionsreports published versions0.3.0,0.4.0, and0.5.1.latest: 0.5.1; there is nostabletag yet.npm dist-tag add claude-nb@0.5.1 stablefrom the local machine failed withE401because the npm token in~/.npmrcis invalid.GitHub docs note that repository Packages lists packages published to GitHub Packages, and GitHub Packages npm publishing requires a scoped name such as
@namespace/package-name. The current public install path is intentionallynpm install -g claude-nb, so publishing the existing unscoped package tonpm.pkg.github.comis not a safe one-line fix.Why this matters
The repository can display "No packages published" even though
claude-nbexists on npmjs.com. That is confusing for users and for future tongxue maintaining releases.Acceptance criteria
stableto the current supported npmjs release, or publish a new release first and then move bothlatestandstableto that release.-devversion tolatestorstable.npm view claude-nb version dist-tags versions.docs/package-publishing.mdandCONTRIBUTING.mdaligned with the final release workflow.Related files
README.mdREADME_zh.mdCONTRIBUTING.mddocs/package-publishing.mdpackage.json