Commit Graph

2 Commits

Author SHA1 Message Date
Cal Corum
911c6842e4 feat: WP-14 tier completion notification embeds
Adds helpers/evolution_notifs.py with build_tier_up_embed() and
notify_tier_completion(). Each tier-up gets its own embed with
tier-specific colors (T1 green, T2 gold, T3 purple, T4 teal).
Tier 4 uses a special 'FULLY EVOLVED!' title with a future rating
boosts note. Notification failure is non-fatal (try/except). 23
unit tests cover all tiers, empty list, and failure path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 14:55:03 -05:00
Cal Corum
208efd11a6 feat: tier completion notification embeds (WP-14) (#79)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m25s
Closes paper-dynasty-database#79

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 17:34:14 -05:00