docs(ghost-drift): surface Node 18+ requirement in package README#43
Merged
nahiyankhan merged 1 commit intomainfrom Apr 21, 2026
Merged
docs(ghost-drift): surface Node 18+ requirement in package README#43nahiyankhan merged 1 commit intomainfrom
nahiyankhan merged 1 commit intomainfrom
Conversation
The engines.node constraint is only discoverable by opening package.json. Adds a small Requirements section near the top of the README so the npm listing page communicates the minimum Node version at a glance. Also serves as the first post-bootstrap CI publish smoke test: doubles as a patch-level changeset, so merging → auto-opened Version Packages PR → merging that triggers ghost-drift@0.1.1 publish from CI. If the NPM token scope fix worked, this is the run that proves it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merged
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.
Summary
packages/ghost-drift/README.mdsurfacing the Node 18+ minimum (already enforced byengines.node, just not previously discoverable on the npm page).patchchangeset forghost-driftthat will bump0.1.0→0.1.1on the next Version Packages PR.This PR also functions as a CI publish smoke test. Path:
ghost-drift@0.1.0to npm locally first (one-time, from off-VPN machine:npm login && pnpm --filter ghost-drift publish --access public --provenance=false).0.1.1.NPM_PUBLISH_TOKEN— if the token permissions are sorted,0.1.1lands on npm cleanly. If not, we see the failure mode with no cost to shipping real features.Test plan
ghost-drift@0.1.0bootstrap publish completed off-VPNnpm view ghost-drift versionreports0.1.1ghost-drift@0.1.1🤖 Generated with Claude Code