wkappbot
★★☆
Standard AppBot Window: definition, detection, IPC forwarding, placement
Complete reference for the Standard AppBot Window concept. Covers what it is, how to detect it via ancestor walk only, IPC forwarding, hidden ConPTY handling, multi-tab terminals, iconified callers, Chrome placement, and all downstream consumers. Read this before touching any callerHwnd code.
Steps
- FOREGROUND IS IRRELEVANT. Never use GetForeg...
- Detection order: (0) WKAPPBOT_CALLER_HWND en...
- Zero returned = placement SKIP. Chrome stays...
- __hwnd IPC: one field only. EyeCmdPipeClient...
- NEVER: GetForegroundWindow for caller, IsWin...