Assess and fix stale or broken command center behavior shown on the Vercel preview, especially /knowledge, stale activity/stale cards, stale huddle data, and the engine drawer error.
agent/command-center-stale-repair-2026-06-12 from current main and opened draft PR 50./api/live/knowledge counts-only endpoint with a live Notion-backed payload using the current SAIL Knowledge Base data source. It now returns current rows, stale rows, buckets, truncation state, and no-store cache behavior./knowledge to fetch live Notion data on load and refresh, show Live from Notion, show the pulled timestamp, and fall back to static data only if live fetch fails.Body is disturbed or locked by reading failed response bodies once and parsing safely.npm run build passed in command-center.npm run lint was attempted, but Next.js lint is not configured and prompts interactively. No lint result was available without changing project lint setup./api/live/knowledge returned live Notion data, 1000 checked entries, active 36, needs follow-up 199, created last 24h 41, and current Jun 12 rows.vercel curl returned live Notion data with current Jun 12 rows and stale items from 14 days ago, not the old static 76-day rows./knowledge: live state present, current rows present, old static stale rows absent, and no Body is disturbed or locked text./: old first-of-month copy absent, static Knowledge count absent, huddle snapshot suppression present, and old PTO names hidden.