Skip to content

Commit f0756d8

Browse files
authored
Merge branch 'main' into fix/playwright-node-24-16-hang
2 parents 97b87db + 2772deb commit f0756d8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Use `pnpm bootstrap-cli` when you need to validate the installed global CLI at `
103103

104104
Choose 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

116116
Use `vp check --fix` only when you intentionally want formatting or lint fixes applied.
117117

0 commit comments

Comments
 (0)