Files
status-app/tools
Alex Jbanca e2ca9c7905 poc(qml-dev): AX-first interaction model + HID safety guards
- suffix-first identifier matching (container names no longer resolve to
  their first descendant)
- scroll: pure-AX scrollbar drive (--to/--by), works on background windows
- click/rightclick/hover/key/type/mouse*: real HID events (postToPid is
  dropped by AppKit/Qt) — auto-activate target, restore cursor after; guarded:
  refuse when the user was active <2s ago, when the app cannot become
  frontmost, or when another window covers the target point
- key: esc/enter/tab/arrows/home/end/page + back/forward (mouse nav buttons)
- skill: interaction hierarchy (pure AX first), popup hot-reload and
  occluded-window screenshot gotchas
2026-07-15 16:42:16 +03:00
..