Document terminal E2E verification gate

This commit is contained in:
slhx agent
2026-06-21 19:36:41 +02:00
parent a96b9e8142
commit bdc9de0d1c
2 changed files with 33 additions and 0 deletions
+13
View File
@@ -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