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

View file

@ -280,6 +280,7 @@ jobs:
- `card_files/processed/commander_cards.parquet` - Commander-only cache (fast lookups)
- `card_files/processed/.tagging_complete.json` - Tagging status
- `card_files/prices_cache.json` - Scryfall price cache
- `card_files/ck_prices_cache.json` - Card Kingdom price cache
- `card_files/prices_cache.json.ts` - Per-card price timestamps (if present)
EOF
@ -293,6 +294,7 @@ jobs:
git add -f card_files/processed/commander_cards.parquet
git add -f card_files/processed/.tagging_complete.json
git add -f card_files/prices_cache.json
git add -f card_files/ck_prices_cache.json 2>/dev/null || true
git add -f card_files/prices_cache.json.ts 2>/dev/null || true
git add -f README-cache.md