feat: add npm-use
Metadata
Current evaluation
Merged an npm-use plugin that packs tarballs to the export directory, moving shared logic to npm_utils.py. Approved by two reviewers and passed all CI checks.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
This PR adds an npm-use plugin to pack tarballs to the export dir. Common code is moved to `npm_utils.py`.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged an npm-use plugin that packs tarballs to the export directory, moving shared logic to npm_utils.py. Approved by two reviewers and passed all CI checks. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged the npm-use plugin to pack tarballs into the export directory. Common code was refactored into npm_utils.py. The change passed linting and testing before integration. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1067 feat: add export and backstage directories | craft-parts | merged | Merged after approval by two reviewers and passing CI. Adds export and backstage directories for plugin use and updates the cargo-use plugin to utilize them. | |
| #1448 feat(npm): add self-contained support | craft-parts | merged | Merged. Adds self-contained build support to the npm plugin, enabling dependency installation from pre-cached tarballs and using a bundled semver.js binary. Introduces an npm-publish-to-cache key for exporting tarballs. Approved by three reviewers. |