← Back to wkappbot-workflow
wkappbot-workflow
★★★
AppBot Log Explorer
Find and interpret WKAppBot logs across command-specific files, runtime history, errors.jsonl, skill invocation logs, and caller process chains. Use when tracing ask, suggest, skill, chat, codex, eye, or file behavior, or when you need the right log file after a failure.
user/developer
loglogssearchdebugworkflowoperatorhistoryerrors
Steps
- Start from .wkappbot/hq/logs/ and .wkappbot/...
- Trace the caller chain first when a process...
- Map the command to its log family: old ask ....
- For failures, check errors.jsonl first, then...
- For UI or routing stalls, search for FindAll...
- Use wkappbot logcat for quick filtering when...
- Correlate the timestamp in command_history.j...
- Use scripts/find-wkappbot-caller-chain.ps1 f...
- For blocked launcher or sudo storms, inspect...
- [CDP:DIALOG:BLOCKED] log pattern: Chrome JS...
- [CDP:NODE-ERROR] log pattern: node access fa...
- [REAPER] log pattern: idle tab recycled (pin...
- [TAB-CAP] log pattern: oldest tab killed to...