- Added init option to generate a package.json with type=module and corresponding CLI flag.
- Extended pnpm audit with `--ignore` and `--ignore-unfixable` flags and added support for Nushell in pnpm setup.
- Enabled recursive packing across workspaces via `pnpm r pack` and set default workspaceConcurrency to min(os.availableParallelism(), 4).