docs(click-through): findings and step-by-step plan for OS click-through
Investigation only — no behavior change. Concrete plan documented in
docs/click-through-investigation.md:
- Existing IPC tile:window:set-ignore-mouse is already wired and gated
by the window.manage capability; no new channel needed.
- Per-window mousemove + elementFromPoint + closest(whitelist) loop
toggles setIgnoreMouseEvents true with forward when over empty
canvas, false when over a real widget.
- Whitelists for page canvas and HUD are enumerated.
- FSM-state guard avoids breaking drags and resizes.
- Wayland documented as known fragile; no Electron-layer mitigation.
- Cmd panel intentionally out of scope (click-to-dismiss conflict).