test / unit + widget + golden + a11y (push) Failing after 34s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 28s
ClidePane.didChangeDependencies/didUpdateWidget run in the build phase and called FocusTracker.setStatusWidget -> notifyListeners() synchronously, rebuilding the focus-listening status-bar item mid-build — Flutter threw "markNeedsBuild called during build" on every frame once a Claude pane was focused. The convey now defers to a post-frame callback when mid-build (re-checking focus then) and applies immediately otherwise. The T-150 widget tests missed this because no focus listener was in their tree; added a regression test with PaneContextStatusItem present. T-159. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>