v0.3.0 — event delivery, filters, deadlines
Requires timmcleod/agent-workflows ^0.9.
- Deliver events from the dashboard. Runs parked by
awaitEvent()now show a form — the awaited event's name plus an optional JSON payload — instead of a read-only code snippet. Same semantics as$run->deliverEvent(). - Filter the runs list by status group (Running, Awaiting, Failed, Completed, Cancelled) and by workflow name, with per-run token totals in the table and the run header.
- Deadlines on human gates. Gates with an
awaitHuman()timeout show when they time out, refreshed live without rebuilding the approval form.