Document terminal E2E verification gate
This commit is contained in:
@@ -38,6 +38,19 @@ zig build v1-smoke
|
||||
zig build run -- --help
|
||||
```
|
||||
|
||||
Canonical terminal/browser E2E check for terminal rendering, raw input, panels,
|
||||
KEYMAP workflows, LSP/tool workflow reachability, viewport/chrome/color behavior,
|
||||
or NS10 work:
|
||||
|
||||
```sh
|
||||
zig build terminal-e2e
|
||||
```
|
||||
|
||||
Run `terminal-e2e` after the regular build/test checks for behavior slices that
|
||||
touch terminal UI, input, panel focus, workflow routing, or screenshot-visible
|
||||
rendering. It writes ignored artifacts under `.zig-cache/terminal-e2e/`; a clean
|
||||
source tree must remain clean after the command.
|
||||
|
||||
Canonical server install verification for a selected profile:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user