LICENSE
NOTICE.md
README.md
pyproject.toml
src/edh_rules_coach.egg-info/PKG-INFO
src/edh_rules_coach.egg-info/SOURCES.txt
src/edh_rules_coach.egg-info/dependency_links.txt
src/edh_rules_coach.egg-info/entry_points.txt
src/edh_rules_coach.egg-info/requires.txt
src/edh_rules_coach.egg-info/top_level.txt
src/mtg_ai/__init__.py
src/mtg_ai/__main__.py
src/mtg_ai/card_db.py
src/mtg_ai/card_image_matcher.py
src/mtg_ai/coach.py
src/mtg_ai/core.py
src/mtg_ai/data_sources.py
src/mtg_ai/decklist.py
src/mtg_ai/external_engine.py
src/mtg_ai/features.py
src/mtg_ai/forge_adapter.py
src/mtg_ai/forge_legal_bridge.py
src/mtg_ai/forge_pipeline.py
src/mtg_ai/forge_prior.py
src/mtg_ai/forge_snapshots.py
src/mtg_ai/forge_training_data.py
src/mtg_ai/learned_policy.py
src/mtg_ai/overlay.py
src/mtg_ai/personal_deck.py
src/mtg_ai/personal_pipeline.py
src/mtg_ai/policy.py
src/mtg_ai/policy_training.py
src/mtg_ai/rules.py
src/mtg_ai/state_schema.py
src/mtg_ai/state_template.py
src/mtg_ai/table_status.py
src/mtg_ai/training.py
src/mtg_ai/tts_recommendation.py
src/mtg_ai/vision.py
src/mtg_ai/schemas/game-state.schema.json
tests/test_card_db.py
tests/test_card_image_matcher.py
tests/test_decklist.py
tests/test_external_engine.py
tests/test_features_and_model.py
tests/test_forge_adapter.py
tests/test_forge_legal_bridge.py
tests/test_forge_pipeline.py
tests/test_forge_prior.py
tests/test_forge_snapshots.py
tests/test_personal_deck.py
tests/test_personal_pipeline.py
tests/test_recommend.py
tests/test_rules.py
tests/test_state_schema.py
tests/test_state_template.py
tests/test_table_status.py
tests/test_training.py
tests/test_tts_recommendation.py
tests/test_vision.py