From 88f665a0957959d730d3a5cec130d189cce0a082 Mon Sep 17 00:00:00 2001 From: ruohki Date: Sat, 28 Feb 2026 21:35:20 +0100 Subject: [PATCH] test(01): complete UAT - 8 passed, 0 issues --- .planning/phases/01-safety-foundation/01-UAT.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.planning/phases/01-safety-foundation/01-UAT.md b/.planning/phases/01-safety-foundation/01-UAT.md index 3837207..33b8fb7 100644 --- a/.planning/phases/01-safety-foundation/01-UAT.md +++ b/.planning/phases/01-safety-foundation/01-UAT.md @@ -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)]