Skip to content

Commit 3dc7c75

Browse files
leno23fengmk2
andauthored
docs: mention env doctor in agent instructions (#1603)
## Summary - Add a short `vp env doctor` troubleshooting note to the generated agent instruction template. - Keeps the AGENTS/CLAUDE-style generated guidance compact while covering setup/runtime/package-manager diagnostics. Closes #1302 ## Test Plan - `git diff --check` - `grep -n 'vp env doctor' packages/cli/AGENTS.md` Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 9e44db1 commit 3dc7c75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/cli/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.de
1111
- [ ] Run `vp install` after pulling remote changes and before getting started.
1212
- [ ] Run `vp check` and `vp test` to format, lint, type check and test changes.
1313
- [ ] Check if there are `vite.config.ts` tasks or `package.json` scripts necessary for validation, run via `vp run <script>`.
14+
- [ ] If setup, runtime, or package-manager behavior looks wrong, run `vp env doctor` and include its output when asking for help.
1415

1516
<!--VITE PLUS END-->

0 commit comments

Comments
 (0)