chore: remove npm CLI packaging - #690
Merged
rapids-bot[bot] merged 1 commit intoAug 4, 2026
Merged
Conversation
WalkthroughThe CLI npm package and launcher packaging were removed. CLI binary packaging now produces PyPI wheels only. CI, publishing workflows, release guidance, workspace configuration, and installation documentation were updated accordingly. ChangesCLI distribution retirement
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Signed-off-by: Will Killian <wkillian@nvidia.com>
willkill07
force-pushed
the
fix/relay-665-remove-npm-cli-packaging
branch
from
August 4, 2026 15:19
e513fe6 to
353ef27
Compare
License DiffCompared against
No license diff output was produced. Status output |
Member
Author
|
/merge |
2 tasks
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.
Overview
Remove the Node-launcher-based npm distribution of the NeMo Relay CLI. Native binaries, shell and PowerShell installers, Cargo installation, and PyPI
nemo-relay-cli-binwheels remain supported; Node.js bindings and OpenClaw npm packages are unchanged.Details
scripts/package-cli-bin.pyand its tests to produce only PyPI wheels.This intentionally removes the supported npm installation path for the CLI. Deprecating the already-published npm packages remains a post-merge registry operation so package history is retained.
Validation:
npm ci --ignore-scripts --audit=false --fund=false.just test-pythonin isolated user configuration: 614 passed, 45 skipped.just test-nodein isolated user configuration: 349 passed.just docsandjust docs-linkcheck(zero errors; existing external redirect check returned HTTP 403 warning).uv run pre-commit run --all-files.Where should the reviewer start?
Start with
scripts/package-cli-bin.pyand.github/workflows/ci_rust.yml, which show the packaging and release-automation boundary after npm CLI removal. Then reviewRELEASING.mdfor the maintainer-facing retirement guidance.Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
Chores
Documentation