- Enforced strict package manager version checking when `strict version` is enabled, causing pnpm to error on mismatched versions in package.json.
- Updated @yarnpkg/pnp, deduplicated bin names to avoid race conditions, and improved exec output streaming for recursive/parallel commands; also adjusted version‑mismatch handling when strict mode is off.
- Implemented several bug fixes: node: import handling, corrupted bin scripts prevention, and corrected version‑matching behavior.