Managing pnpm Workspaces
This is the entry point for pnpm-specific work. It complements the fleet update and dependency-deduplication skills; it does not replace their policy.
Workflow
- Read catalog-policy.md.
- Add shared third-party versions to the catalog, then declare consumers as
catalog:. - Run the repository’s update/install/fix/check sequence. Commit a lockfile only when the repository policy requires it.
- Use deduping-dependencies for duplicate trees and updating for the broader maintenance workflow.
References
- Catalog policy and pnpm source