[object Object]

← back to Ticket System

Record desktop ticket bar interaction proof

35f0880eeca37b9e9370700f3a06b5eb19b39039 · 2026-09-02 16:06:23 -0700 · Steve Abrams

Files touched

Diff

commit 35f0880eeca37b9e9370700f3a06b5eb19b39039
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 2 16:06:23 2026 -0700

    Record desktop ticket bar interaction proof
---
 verification/TK-desktop-bar-e2e-proof.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/verification/TK-desktop-bar-e2e-proof.json b/verification/TK-desktop-bar-e2e-proof.json
index aa979f7d..0c3dd2d9 100644
--- a/verification/TK-desktop-bar-e2e-proof.json
+++ b/verification/TK-desktop-bar-e2e-proof.json
@@ -2,8 +2,8 @@
   "intent": "Keep a persistent desktop-top bar showing ticket counts, current work, and latest trigger/activity with click-through to the fleet viewer.",
   "risk_tier": "R2 local user-facing flow",
   "environment": "Mac2 macOS 26.4 gui/501",
-  "build_commit": "5714f06",
-  "verified_at": "2026-09-02T21:29:10Z",
+  "build_commit": "0716352",
+  "verified_at": "2026-09-02T23:01:00Z",
   "baseline": "Ticket viewer existed on 127.0.0.1:9794; no com.steve.ticket-desktop-bar LaunchAgent existed.",
   "checks": [
     {"boundary":"build","verdict":"PASS","evidence":"xcrun swiftc produced an arm64 Mach-O executable; plist passed plutil lint"},
@@ -12,6 +12,9 @@
     {"boundary":"interaction","verdict":"PASS","evidence":"Accessibility click located and clicked button Open Fleet ↗ in the live ticket-desktop-bar process"},
     {"boundary":"dropdown","verdict":"PASS","evidence":"/tmp/ticket-desktop-bar-menu-final.png visibly shows ticket counts plus Move Left, Move Right, Wider, and Narrower dropdown controls"},
     {"boundary":"control popup","verdict":"PASS","evidence":"/tmp/ticket-control-popup-final.png shows the centered authenticated board populated with ticket rows and All, Open, Blocked, Doing, Agents, and Skills tabs"},
+    {"boundary":"native tile click","verdict":"PASS","evidence":"macOS AXPress on the accessibility-labeled Counts ticket tile reached TicketBar tile pressed: counts and TicketBar opening control window in /tmp/ticket-desktop-bar.err.log"},
+    {"boundary":"active-screen placement","verdict":"PASS","evidence":"/tmp/ticket-navbar-centered-pass.png shows the authenticated control window centered on the same 3440x1440 desktop as the clicked top bar"},
+    {"boundary":"focus persistence","verdict":"PASS","evidence":"/tmp/ticket-navbar-persistent-pass.png captured after an 8-second wait and two refresh intervals; the control window remained visible and populated"},
     {"boundary":"popup placement","verdict":"PASS","evidence":"Accessibility reported popup position 980,140 and size 1480x892 on a 3440-wide display, centered on load"},
     {"boundary":"status navigation","verdict":"PASS","evidence":"All/Open/Blocked/Doing are first-class draggable HTML tabs; order persists in localStorage key tkSectionOrder"},
     {"boundary":"resize","verdict":"PASS","evidence":"live Wider action changed the counts tile from 287 to 367 points; macOS defaults retained counts width=365 after layout rounding"},

← 07163522 Fix desktop ticket bar click and popup visibility  ·  back to Ticket System  ·  Keep ticket controls visible across app focus b3088eee →