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 ### 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. 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 result: pass (fixed)
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
## Summary ## Summary
total: 8 total: 8
passed: 7 passed: 8
issues: 1 issues: 0
pending: 0 pending: 0
skipped: 0 skipped: 0
## Gaps ## Gaps
- truth: "After exiting by any method, the terminal is fully clean — no TUI frame artifacts remain on screen" [none — issue fixed inline: switched to alternate screen buffer (b81b893)]
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: []