@@ -103,15 +103,15 @@ Use `pnpm bootstrap-cli` when you need to validate the installed global CLI at `
103103
104104Choose checks by change type:
105105
106- | Change type | Useful validation |
107- | --- | --- |
108- | Docs-only / agent-guide edits | Check referenced paths and commands; run ` git diff --check -- <files> ` |
106+ | Change type | Useful validation |
107+ | ----------------------------- | -------------------------------------------------------------------- --- |
108+ | Docs-only / agent-guide edits | Check referenced paths and commands; run ` git diff --check -- <files> ` |
109109| TypeScript or JS CLI behavior | ` vp check ` , ` pnpm test:unit ` , plus focused package tests when available |
110- | Rust CLI/crate behavior | ` just check ` , ` just test ` , ` just lint ` |
111- | CLI output or command UX | Relevant snap tests, then inspect ` git diff ` for ` snap.txt ` changes |
112- | Global CLI behavior | ` pnpm bootstrap-cli ` , ` vp --version ` , then relevant global snap tests |
113- | Release/build behavior | ` just build ` |
114- | Pre-merge/full validation | ` pnpm bootstrap-cli && pnpm test && git status ` |
110+ | Rust CLI/crate behavior | ` just check ` , ` just test ` , ` just lint ` |
111+ | CLI output or command UX | Relevant snap tests, then inspect ` git diff ` for ` snap.txt ` changes |
112+ | Global CLI behavior | ` pnpm bootstrap-cli ` , ` vp --version ` , then relevant global snap tests |
113+ | Release/build behavior | ` just build ` |
114+ | Pre-merge/full validation | ` pnpm bootstrap-cli && pnpm test && git status ` |
115115
116116Use ` vp check --fix ` only when you intentionally want formatting or lint fixes applied.
117117
0 commit comments