Publish as orvix-cli - #13
Merged
Merged
Conversation
npm refuses the name: 403 Forbidden - PUT https://registry.npmjs.org/orvix - Package name too similar to existing package urix `urix@0.1.0` is a deprecated eight-year-old package, and the block applies to everyone, so nobody else can take `orvix` either. Only the package name changes. The command is still `orvix`, because `bin` names it independently — verified by installing the packed tarball globally: `which orvix` resolves and `orvix index` runs. The repository, the CLI name, the hook marker and the `.orvix/` cache directory are all untouched. `orvix-cli` over `@lightningpixel/orvix`: shorter to install, better placed in npm search, and it reads as a tool rather than someone's personal namespace. The scoped name stays available if npm refuses this one too — a refusal costs nothing, the check runs before anything is recorded. ci.yml installs `/tmp/orvix-*.tgz`, which still matches `orvix-cli-0.2.0.tgz`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npm refuses the name
orvix:urix@0.1.0is a deprecated package from years ago. The block applies to everyone, so nobody else can takeorvixeither.Only the package name changes
The command is still
orvix.binnames it independently of the package, and I verified that rather than assuming it — packed the tarball, installed it globally, and ran it:Untouched: the repository name, the CLI name,
HOOK_MARKER, and the.orvix/cache directory.Why
orvix-cliand not@lightningpixel/orvixShorter to install, better placed in npm search, and it reads as a tool rather than a personal namespace — the
@vue/cli→vuepattern in reverse. The scoped name stays available if npm refuses this one as well; a refusal costs nothing, since the similarity check runs before anything is recorded.Checked
npm run build,npx tsc --noEmit,npm test— 395 tests passpackage-lock.jsonregenerated, so the lock and the manifest agreeci.ymlinstalls/tmp/orvix-*.tgz, which still matchesorvix-cli-0.2.0.tgz— confirmed against the real filenameAfter merging
The v0.2.0 release carries an
orvix-0.2.0.tgzwhose manifest saysorvix. Move the tag so the release reattaches the right artefact:Then
npm publish --access public.