feat: add export and backstage directories
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
These directories are for use by plugins, but not directly by users. This PR also modifies the cargo-use plugin to use the export and backstage directories.
CRAFT-4479
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged addition of export and backstage directories for plugin use, updating the cargo-use plugin to utilize them. Closes CRAFT-4479. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1005 feat: clean the backstage directory | craft-parts | merged | Merged. Implements directory cleaning for the backstage folder, approved by two reviewers, passing CI, and modifying four files (+46 lines). Addresses CRAFT-3992. | |
| #1462 feat: add npm-use | craft-parts | merged | 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. | |
| #1062 feat: add cargo-use plugin | craft-parts | merged | Merged the cargo-use plugin, which dumps Rust project content to a local registry for the rust plugin. Added pyfakefs and tomli dependencies. Approved by two reviewers and passed CI checks before merging. |