System Health · moved to a live URL
This pinned artifact was showing 4-day-old data from May 7. The real live system-health dashboard now lives on the Cloudflare Worker — it pulls fresh data from R2 + GitHub on every page open.
Live dashboard
https://govt-agenda-mcp.p3agendas.workers.dev/d/freshness
Open the live freshness dashboard →
First visit on each device needs ?key=<your DASHBOARD_KEY> — after that a 90-day cookie keeps you signed in. The same key works for every /d/* URL.
What the live dashboard shows
- Every pipeline's last successful run timestamp
- Data age vs. acceptable freshness window (green < 6h · amber 6-48h · red > 48h)
- "Requires Mac" flag for Mac-dependent pipelines (inbox-triage, needs-attention)
- Workflow firing schedule
- Total record counts per catalog
Other live dashboards (same auth)
Why this redirect: Cowork artifacts pinned with create_artifact are snapshot files — they don't auto-refresh. Worker-served URLs DO refresh on every open. For anything time-sensitive, prefer the worker URL.