docs(qa): mark F-002/F-003/F-004/F-006/F-016 fixed in audit report

This commit is contained in:
2026-06-10 11:14:09 +04:00
parent 8c9ca9db00
commit bc83a2d64e
+3 -1
View File
@@ -186,7 +186,9 @@ repo `docs/schemas/` were stale relative to live — a clean-checkout reproducti
- **repro:** operator confirms it appears **only on multi-line paste** into the input box;
single-line / typed input renders clean. Likely the input widget doesn't repaint the full
region when a pasted block changes line count.
- **status:** confirmed, repro narrowed (multi-line paste only)
- **status:** FIXED (2026-06-10) — `flattenForDisplay` collapses newlines/tabs to a single
display line in `renderInput`, so a pasted block can't overflow the fixed-height input box.
The inputBuffer keeps its real characters for submission. Unit-tested.
### F-004 — InferenceFailedEvent / RetryAttemptedEvent unmapped to TUI bridge
- **invariant/contract:** functional (operator observability)