Back to the changelog

v0.29.0

June 29, 2026

Smarter flow list: filter by status, see only flows relevant to your role, and the WIP APIs now cover the queue and saturated phases.

  • Feature

    Flow list status filter

    Four pill-tabs — **All**, **Draft**, **Published**, **Archived** — now appear in the flow list (both card and list views). Selecting "Archived" enters the archive section (previously reachable only via a dedicated button) and the sidebar syncs the highlighted item.

  • Feature

    Runtime flow visibility for Operator/ReadOnly

    Operator and ReadOnly users now see **only the flows that matter to them**: published flows startable by their role, plus flows where they have or had an item. Draft flows of published siblings stay hidden to avoid confusion with not-yet-active versions. Admins and FlowDesigners continue to see everything.

  • Feature

    WIP APIs complete

    `GET /items?awaitingWip=true` returns only items queued (waiting for capacity); `false` returns only admitted ones. `GET /analytics/wip/saturated-phases` returns the phases where admitted items reached the WIP limit — with admitted/waiting counts, saturation %, sorted by longest queue. Feeds capacity-alert widgets and the operative WIP dashboard.

  • Improvement

    Cleaner WIP panel + enriched docs

    In the state designer, WIP Mode, Redirect target, and Release policy fields are now hidden when the phase WIP limit is 0 or empty (= unlimited) — they have no effect and were adding visual noise. WIP field hints updated; user guide and field help enriched.