From dc937dcabc58485f6ddacddd8ddb6bfa36000e83 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 23 Mar 2026 14:23:00 -0500 Subject: [PATCH] fix: update stale evolution comment in cards.py Co-Authored-By: Claude Opus 4.6 (1M context) --- app/routers_v2/cards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers_v2/cards.py b/app/routers_v2/cards.py index 6ef3617..d56c848 100644 --- a/app/routers_v2/cards.py +++ b/app/routers_v2/cards.py @@ -222,7 +222,7 @@ async def v1_cards_post(cards: CardModel, token: str = Depends(oauth2_scheme)): cost_query.execute() # sheets.post_new_cards(SHEETS_AUTH, lc_id) - # WP-10: initialize evolution state for each new card (fire-and-forget) + # WP-10: initialize refractor state for each new card (fire-and-forget) for x in cards.cards: try: this_player = Player.get_by_id(x.player_id)