From dfee9a58d7a6b08bc7ff34239fec2d3418889914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:34:30 +0100 Subject: [PATCH] fix: enrich ops health display + API contracts + auth prep - Health: parse agents count + providers from /health - API contracts documented in script header - Auth Bearer header prepared (token from data-attr/meta) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/pages/ops.astro | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/src/pages/ops.astro b/src/pages/ops.astro index 9b71827..9fbe453 100644 --- a/src/pages/ops.astro +++ b/src/pages/ops.astro @@ -174,10 +174,26 @@ import '@/styles/global.css';