OptionalactorOptionalfilterThe queue list filter, re-applied on every poll. Default: DEFAULT_QUEUE_FILTER (open statuses, limit 100) — bounded so the dashboard never issues an unfiltered full-table scan.
OptionalnowInjectable clock (deterministic SLA countdowns in tests/stories).
OptionalpollQueue/metrics refresh cadence; <= 0 disables polling. Default 10s.
OptionalstreamLive streaming through an injected StreamTransport and ticket() thunk. Absent means poll-only. When present the hook opens the tenant's approval stream and live-merges events on top of the interval poll, which keeps running as the periodic reconciler.
The current reviewer's id — attributes an optimistic decide so a live 'decided' event naming a DIFFERENT decider surfaces a conflict. Absent ⇒ optimistic decide still greys the row, but no conflict is ever raised (no id to compare against); the host supplies it.