From 22ebfb5d556e692ffa6b5d321317293a18b830d7 Mon Sep 17 00:00:00 2001 From: Jurie Smit Date: Sun, 26 Apr 2026 19:34:48 +0200 Subject: [PATCH] =?UTF-8?q?chore(ui):=20update=20phoenix-flow=20=E2=86=92?= =?UTF-8?q?=20baton=20in=20SystemHealthBar=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tracks the upstream rename phoenixvc/phoenix-flow → phoenixvc/baton (2026-04-26). Comment-only change in the future-services list. Co-Authored-By: Claude Opus 4.7 (1M context) --- packages/ui/src/components/SystemHealthBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/SystemHealthBar.tsx b/packages/ui/src/components/SystemHealthBar.tsx index ec48edd..adc6554 100644 --- a/packages/ui/src/components/SystemHealthBar.tsx +++ b/packages/ui/src/components/SystemHealthBar.tsx @@ -42,7 +42,7 @@ export function SystemHealthBar() { const indicators: ServiceIndicator[] = [ cogmeshIndicator(cogmeshHealth), - // Future: phoenix-flow, mcp-org, sluice, etc. + // Future: baton, mcp-org, sluice, etc. ] // Don't render the bar if every service is 'off' — no value shown