fix(plugins): ensure stateless npm plugin
Metadata
Current evaluation
Merged to the 1.33 branch. Resolves a regression where separate Launchpad auto-build steps lost shared state by ensuring the npm plugin operates statelessly. Approved by three reviewers and passed CI.
Suggested action: —
No scores available.
Issue body
- [X] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
This pull request works around an issue that regressed NPM-based projects on the Launchpad auto-build system.
The issue was that the Launchpad auto-build system executed pull and build steps separately, thereby losing the shared state between them.
This is a temporary fix for the 1.33 branch.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to the 1.33 branch. Resolves a regression where separate Launchpad auto-build steps lost shared state by ensuring the npm plugin operates statelessly. Approved by three reviewers and passed CI. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a temporary fix for the 1.33 branch resolving NPM plugin state loss during separate pull and build steps in the Launchpad auto-build system. Confirmed working locally. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #847 Release 1.33.1 | craft-parts | merged | Merged release 1.33.1, which fixes the NPM plugin to be stateless, allowing lifecycle steps to run across separate executions. Approved by two reviewers, passed CI, and merged. |