Publish as @schneiderjoseph/devia - #3
Merged
Merged
Conversation
npm refused the bare name with 403: too similar to degit, dexie and dva. The 404 seen before publishing meant unregistered, not available -- the similarity filter only runs on the PUT. Scoped names skip that filter. - package.json: name scoped, publishConfig.access=public so the scoped package publishes public without a flag anyone has to remember - Install lines carry the scope; everything typed afterwards stays `devia`, the binary name is unchanged. README, MIGRATION, CHANGELOG, 05_FLOWS and the release recipe updated, no bare install left in the tree - 01_ARCHITECTURE records the decision and why, so no future doc reintroduces `npm i -D devia` - 00_OVERVIEW, 02_SURFACES and 06_INTEGRATIONS say what an adopter now types; bare `npx devia` no longer resolves without the package installed devia.json keeps project.name "devia": detectName strips the scope, so an adopter of a scoped package still gets a clean project name. Verified: 32 tests with and without FORCE_COLOR, validate clean, check P0 clear, memory validate clean. Tarball: @schneiderjoseph/devia 0.1.0, 435 files.
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 refused the bare name with 403: too similar to degit, dexie and dva. The 404 seen before publishing meant unregistered, not available -- the similarity filter only runs on the PUT. Scoped names skip that filter.
devia, the binary name is unchanged. README, MIGRATION, CHANGELOG, 05_FLOWS and the release recipe updated, no bare install left in the treenpm i -D devianpx deviano longer resolves without the package installeddevia.json keeps project.name "devia": detectName strips the scope, so an adopter of a scoped package still gets a clean project name.
Verified: 32 tests with and without FORCE_COLOR, validate clean, check P0
clear, memory validate clean. Tarball: @schneiderjoseph/devia 0.1.0, 435 files.
Summary
Type
Devia compliance
.devia/layout, CLI contract):CHANGELOG.mdupdated:npm run build:index):Checks
npm run validatepassesnpm testpassesnode bin/devia.mjs check --root .passesdevia initstill produces a valid project (devia validateclean in a scratch repo)Not verified