fix: include ck_prices_cache.json in similarity cache build and download flows

This commit is contained in:
matt 2026-04-04 20:25:33 -07:00
parent e03f22a697
commit 6ecd45117f
9 changed files with 21 additions and 4 deletions

5
docs/releases/v4.6.2.md Normal file
View file

@ -0,0 +1,5 @@
# MTG Python Deckbuilder v4.6.2
## Fixed
- **CK prices missing after GitHub cache download**: `ck_prices_cache.json` was not committed to the `similarity-cache-data` branch by the build workflow, and was not fetched by the "Download from GitHub" button or the orchestrator auto-download. All three paths now include it (graceful 404 fallback preserves backward compatibility).
- **`commander_cards.parquet` missing from orchestrator download**: The orchestrator's download list was missing this file, creating an inconsistency with the route handler. Both lists are now in sync.