diff --git a/AGENTS.md b/AGENTS.md index 7819470a23..8efc9d4e31 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -103,15 +103,15 @@ Use `pnpm bootstrap-cli` when you need to validate the installed global CLI at ` Choose checks by change type: -| Change type | Useful validation | -| --- | --- | -| Docs-only / agent-guide edits | Check referenced paths and commands; run `git diff --check -- ` | +| Change type | Useful validation | +| ----------------------------- | ----------------------------------------------------------------------- | +| Docs-only / agent-guide edits | Check referenced paths and commands; run `git diff --check -- ` | | TypeScript or JS CLI behavior | `vp check`, `pnpm test:unit`, plus focused package tests when available | -| Rust CLI/crate behavior | `just check`, `just test`, `just lint` | -| CLI output or command UX | Relevant snap tests, then inspect `git diff` for `snap.txt` changes | -| Global CLI behavior | `pnpm bootstrap-cli`, `vp --version`, then relevant global snap tests | -| Release/build behavior | `just build` | -| Pre-merge/full validation | `pnpm bootstrap-cli && pnpm test && git status` | +| Rust CLI/crate behavior | `just check`, `just test`, `just lint` | +| CLI output or command UX | Relevant snap tests, then inspect `git diff` for `snap.txt` changes | +| Global CLI behavior | `pnpm bootstrap-cli`, `vp --version`, then relevant global snap tests | +| Release/build behavior | `just build` | +| Pre-merge/full validation | `pnpm bootstrap-cli && pnpm test && git status` | Use `vp check --fix` only when you intentionally want formatting or lint fixes applied.