···77- Do not use `pnpm`, `npm`, or Yarn directly for installs, updates, or package execution.
88- Do not use raw tool CLIs like `vite`, `vitest`, `oxlint`, or `oxfmt`; use the matching `vp` command instead.
99- Use `vp run <script>` when you need a package script that shares a name with a built-in Vite+ command.
1010-- Use `vp dlx` instead of `npx` for one-off package binaries.
1010+- Use `vpx` instead of `npx` for one-off package binaries.
1111- Import JavaScript modules from `vite-plus` rather than `vite` or `vitest`.
12121313## CI Notes