From 0ea8a27eb0a62f18971dd43ec16e5df919a3a500 Mon Sep 17 00:00:00 2001 From: wan9chi Date: Sun, 26 Jul 2026 19:44:32 +0800 Subject: [PATCH 1/3] docs: clarify `vp dev` vs `vp run dev` / `vpr dev` Built-in commands cannot be overwritten by `package.json` scripts, but the docs and generated prompts still described Vite usage only in terms of `vp dev` and `vp build`. That mixed guidance leads users and agents to run a built-in command when they meant the project's own script. - Add a "Built-in Commands vs Scripts" section to the run guide - Note the built-in behavior on the dev and test pages, matching the build page - Cover `vp dev` in the troubleshooting entry - Name the `vpr` shorthand in the migration prompt and the READMEs - Prefer `vpr