feat(C-F2): brief continuity — the morning brief remembers overnight#597
Merged
Victor "David" Medina (Victor-David-Medina) merged 1 commit intoJun 27, 2026
Merged
Conversation
The brief no longer reads as a flat list with no memory. A slim, STATIC continuity line at the top of /focus shows real carry-over since the owner's last visit — 'N awaiting reply · N snoozed, coming back' — so the owner sees the loop is alive between sessions (the day 2-5 retention signal). Honest + safe by construction: counts only (no synthesized $), reuses the existing recovery_items states (sent = awaiting reply, snoozed = coming back) via two cheap tenant-scoped count queries added to the P2-S1 readiness block. ANTI-THEATER: the line is STATIC and renders ONLY when there's real carry-over (no clutter on an empty board). Scope: ships the brief-continuity half of F2. The 'show fewer like this' owner-pref half (a write-path + preference store) is deferred to a browser-tested cycle. tsc: 0 errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🛡️ Cascade Quality Score: 100/100
Threshold: 85/100 | Result: PASS ✅ |
692cca2
into
main
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase F (Friction/retention). A slim STATIC continuity line at the top of /focus shows real carry-over since the owner's last visit — 'N awaiting reply · N snoozed, coming back' — so the brief reads as a living loop, not a flat list (day 2-5 retention signal).
Honest+safe: counts only, reuses existing recovery_items states (sent/snoozed) via 2 cheap tenant-scoped queries on the P2-S1 readiness block. ANTI-THEATER: static, renders only when real carry-over exists (no empty-board clutter). Ships the continuity half of F2; the 'show fewer' owner-pref half deferred to a browser-tested cycle. tsc 0 errors.