// Kayser v2 — High-leverage MVP additions // Morning brief card · Audit log sheet · Push notification preview · // Hold-for-review mode · Real Pause toggle · Offline banner // ============ MORNING BRIEF ============ // A special "recap" card type that surfaces at the top of the day. // Appears once per day in the chat thread when Kayser has activity to summarize. function KxV2MorningBrief({ brief, onOpenItem }) { if (!brief) return null; return (