feat(C-A9): brief-prioritization — rank the morning brief by EV not recency#598
Merged
Victor "David" Medina (Victor-David-Medina) merged 1 commit intoJun 28, 2026
Conversation
…recency The Supabase-path morning brief showed the 5 most-RECENTLY-created opportunities. A9 ranks the candidate pool by the opportunity's estimated value weighted by confidence (the Mautic segmentation pattern) and surfaces the top 5 by EV — so the owner sees the highest-value lapsed regular first, not just the newest row. Recency is the tiebreaker. Real data only (estimated value + confidence already on the row); no join, no fabricated figure, no new send path. Improves every owner's brief the moment they have lapsed clients. (Full recency x value x visit_count via a pulse_clients join is a follow-up.) 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 ✅ |
82d5970
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 A (pre-proof evolution, override-allowed). The Supabase-path brief ordered by created_at (newest first); A9 ranks the candidate pool by estimated-value × confidence (Mautic segmentation pattern) and surfaces the top 5 by EV — highest-value lapsed regular first. Real data only (value+confidence on the row), no join, no fabricated figure, no send path. tsc 0 errors. Full recency×value×visit_count (pulse_clients join) is a follow-up.