What problem does it solve?
Live-monitor an active operator session from a worker pane (typically a stasi/wait-watch worker auditing the parent that spawned it). Use when a worker should watch the operator's transcript JSONL in real time, surface audit-worthy events without polling, distinguish active autonomous runs from hangs, and avoid the chat-Stop feedback loop that wakes the operator on every routine eval. Triggers when the user spawns a wait-watch worker and asks it to "watch what I do", "monitor my session", "audit the orchestrator live", "tell me if I do anything wrong", or any equivalent.
Core Features & Use Cases
- Live monitoring of an operator's active Claude Code session via a worker pane
- Real-time auditing of the operator's transcript JSONL with minimal context overhead
- Distinguish active autonomous runs from hangs and avoid triggering Stop loops
- Triggered when a user spawns a wait-watch worker and asks it to monitor or audit
- Supports configurable alerts and traceability for post-hoc reviews
Quick Start
Spawn a wait-watch worker and direct it to monitor the operator's transcript in real time.