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.
Steps
- Launches exe via AppBotPipe.Spawn() with WKA...
- Monitors child exit: non-zero -> auto-file s...
- Optional --uia flag attaches UIA event liste...
- Verified 2026-04-22: test-run-integrated-tra...