feat(pkg): take the unscoped name ai-forms, add npm discovery metadata - #7
Closed
catomean wants to merge 2 commits into
Closed
feat(pkg): take the unscoped name ai-forms, add npm discovery metadata#7catomean wants to merge 2 commits into
ai-forms, add npm discovery metadata#7catomean wants to merge 2 commits into
Conversation
…tadata `@fleet` is not a scope we own on npm, so `npm publish` could never have succeeded. The unscoped name `ai-forms` is available — take it; it is the better name anyway. Also adds the fields an npm listing needs to be findable at all: keywords (npm search is the discovery mechanism for a library like this), homepage, bugs, engines, sideEffects. Breaking for the two in-fleet consumers (fleetcrown, aoz-housing), which pin a git ref and will be moved over in a follow-up. 14/14 tests green. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CI runs `npm ci`, which hard-fails when package-lock.json disagrees with package.json. The rename changed name and version in one but not the other. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Collaborator
Author
|
Redundant — #6 already landed the unscoped rename and the same npm metadata on main. This branch was cut from a stale local checkout without fetching first. Closing. |
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.
@fleetis not a scope we own on npm —npm publishcould never have succeeded. The unscoped nameai-formsis available on the registry (verified), so take it.Also adds the metadata an npm listing needs to be findable:
keywords(npm search is the discovery mechanism for a library like this),homepage,bugs,engines,sideEffects.Version bumped 0.1.0 → 0.2.0 — breaking for the two in-fleet consumers (fleetcrown, aoz-housing) which pin a git ref. They move over in a follow-up.
npm run verifygreen locally: 14/14 tests.🤖 Generated with Claude Code