mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 22:16:31 +01:00
feat: implement theme stripping system with THEME_MIN_CARDS config (#55)
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
* feat: implement theme stripping system with THEME_MIN_CARDS config * fix: call build_catalog directly to avoid argparse conflicts in CI
This commit is contained in:
parent
1ebc2fcb3c
commit
03e2846882
20 changed files with 6613 additions and 1364 deletions
6
.github/workflows/build-similarity-cache.yml
vendored
6
.github/workflows/build-similarity-cache.yml
vendored
|
|
@ -90,6 +90,12 @@ jobs:
|
|||
- name: Run tagging (serial for CI reliability)
|
||||
if: steps.check_cache.outputs.needs_build == 'true'
|
||||
run: |
|
||||
# Note: Theme stripping now runs automatically after tagging
|
||||
# If THEME_MIN_CARDS > 1, this will:
|
||||
# 1. Strip low-card themes from parquet themeTags
|
||||
# 2. Rebuild theme_list.json from stripped data
|
||||
# 3. Strip catalog YAML files
|
||||
# 4. Update logs/stripped_themes.yml log
|
||||
python -c "from code.tagging.tagger import run_tagging; run_tagging(parallel=False)"
|
||||
|
||||
# Verify tagging completed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue