mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Revert 0f8fa7e1841cf49a33e0e4c7158cb6e54ff762a1 ("feat(desktop): show an
active-agents dot on the community rail"), backing out the rail status
dot and its supporting plumbing:
- countActiveAgentsByCommunity / hasRunningAgentAnywhere leave
agentRelayScope, the dot and communityRailTooltipLabel leave
CommunityRail, the slow 60s cross-community tier leaves the
useManagedAgentsQuery poll gate, and the E2E bridge drops the
managed-agent relayUrl seed plus the rail dot spec test.
One deliberate deviation from a pure revert: playwright.config.ts keeps
matching community-rail.spec.ts. The reverted commit had fixed a stale
workspace-rail.spec.ts testMatch left over from the spec's rename;
restoring that line would silently de-register the spec's seven
remaining pre-existing tests, which are unrelated to the dot feature.
The later hardening commit a4974089's fixture-agreement test and
normalizer doc comments in agentRelayScope are untouched by the revert.
Tested: desktop pnpm test (2942 passed), tsc --noEmit, biome check,
Playwright community-rail spec (7 passed) against a fresh build.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Matt Toohey <contact@matttoohey.com>