fix: use archetype role ratings in pitcher card creation (#11) #46

Merged
cal merged 1 commits from ai/paper-dynasty-card-creation#11 into main 2026-03-23 12:41:22 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
50ee2d0446 fix: use archetype role ratings in pitcher card creation (#11)
Closes #11

`starter_rating`, `relief_rating`, and `closer_rating` were hardcoded
stubs (5/5/None) in `create_pitching_card`. The chosen `PitcherArchetype`
already carries these values; now they are propagated through `card_data`
when the pitcher workflow builds its initial dict and consumed correctly
when writing the pitching card record to the database.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 07:41:07 -05:00