mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
feat(editorial): Phase D synergy commander enrichment, augmentation, lint & docs\n\nAdds Phase D editorial tooling: synergy-based commander selection with 3/2/1 pattern, duplicate filtering, annotated synergy_commanders, promotion to minimum examples, and augmentation heuristics (e.g. Counters Matter/Proliferate injection). Includes new scripts (generate_theme_editorial_suggestions, lint, validate, catalog build/apply), updates orchestrator & web routes, expands CI workflow, and documents usage & non-determinism policies. Updates lint rules, type definitions, and docker configs.
This commit is contained in:
parent
16261bbf09
commit
f2a76d2ffc
35 changed files with 2818 additions and 509 deletions
3
_tmp_run_orchestrator.py
Normal file
3
_tmp_run_orchestrator.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from code.web.services import orchestrator
|
||||
orchestrator._ensure_setup_ready(print, force=False)
|
||||
print('DONE')
|
||||
Loading…
Add table
Add a link
Reference in a new issue