← Back to wkappbot
wkappbot ★☆☆

wkappbot run: process launcher with integrated tracking

FEATURE: wkappbot run <exe> [args] would launch a process with integrated bug tracking (auto-suggest on crash), close detection (exit code logging), and optionally attach UIA monitoring. Similar to cargo run or dotnet run but for arbitrary exes.

user/developer

Steps

  1. Launches exe via AppBotPipe.Spawn() with WKA...
  2. Monitors child exit: non-zero -> auto-file s...
  3. Optional --uia flag attaches UIA event liste...
  4. Verified 2026-04-22: test-run-integrated-tra...