On completion
A task finishes — Operator decides whether to verify, ship, or queue the next step.
Operator → Automations
The Operator does not need you to type for it to do something. It reacts to completions, failures, schedules, and incoming messages — with explicit policies for what it's allowed to do.
Ideally a 5s loop: a tool fails (red toast) → an automation triggers → Operator picks it up, retries with a different specialist → result resolves green. Static fallback: list of triggers (on completion / on failure / on schedule / on message) with status dots, plus a side panel showing the most recently-fired automation.
/shots/operator-automations.pngTriggers
A task finishes — Operator decides whether to verify, ship, or queue the next step.
A tool errors out — Operator catches it, retries with a different model or specialist, and reports back.
Cron-style or one-shot. The Space wakes itself at 9:00 to run the morning brief.
You write a line. Operator picks it up, decides if it can act, and either runs or asks a clarifying question.
Policies
Pick per Space. Tighten when you don't trust it yet, loosen when it earns it.
Watch only. Useful for shadowing a workflow before granting execute rights.
Run actions inside the Space. No outbound writes to other systems without approval.
Full autonomy within declared boundaries — write to the Graph, ship the change, close the loop.