diff --git a/AGENTS.md b/AGENTS.md index 2fab3f3..3c6930a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,7 @@ Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.de ## Review Checklist - [ ] Run `vp install` after pulling remote changes and before getting started. -- [ ] Before commit (and after large / high-impact edits), run the **Validation** loop; fix failures before continuing. +- [ ] Run `vp check` and `vp test` to format, lint, type check and test changes. - [ ] Check if there are `vite.config.ts` tasks or `package.json` scripts necessary for validation, run via `vp run +
+