test(01): complete UAT - 8 passed, 0 issues

This commit is contained in:
2026-02-28 21:35:20 +01:00
parent b81b893661
commit 88f665a095
@@ -42,24 +42,16 @@ result: pass
### 8. Terminal restored after exit
expected: After exiting by any method (q, Ctrl+C, SIGTERM), the terminal is fully usable — cursor is visible, text input works, no garbled characters or stuck raw mode.
result: issue
reported: "Upon exiting the app the frame is left in the terminal. Could we use a second buffer or something to render the tui and exit without leaving artifacts?"
severity: minor
result: pass (fixed)
## Summary
total: 8
passed: 7
issues: 1
passed: 8
issues: 0
pending: 0
skipped: 0
## Gaps
- truth: "After exiting by any method, the terminal is fully clean — no TUI frame artifacts remain on screen"
status: failed
reason: "User reported: Upon exiting the app the frame is left in the terminal. Could we use a second buffer or something to render the tui and exit without leaving artifacts?"
severity: minor
test: 8
artifacts: []
missing: []
[none — issue fixed inline: switched to alternate screen buffer (b81b893)]