LICENSE
README.md
pyproject.toml
mtg/__init__.py
mtg/bidi.py
mtg/canonical.py
mtg/cli.py
mtg/dialect.py
mtg/morph.py
mtg/morph_fallback.py
mtg/mtg.schema.json
mtg/pipeline.py
mtg/prompt_injection.py
mtg/receipts.py
mtg/repair.py
mtg/report.py
mtg/schema_validator.py
mtg/script.py
mtg/trace.py
mtg/translit.py
mtg/types.py
mtg/uts39.py
mtg/adapters/__init__.py
mtg/adapters/anthropic.py
mtg/adapters/hermes_fc.py
mtg/adapters/openai.py
mtg/eval/__init__.py
mtg/eval/conditions.py
mtg/eval/runner.py
mtg_guards.egg-info/PKG-INFO
mtg_guards.egg-info/SOURCES.txt
mtg_guards.egg-info/dependency_links.txt
mtg_guards.egg-info/entry_points.txt
mtg_guards.egg-info/requires.txt
mtg_guards.egg-info/top_level.txt
tests/test_adapter_spec_propagation.py
tests/test_adapters.py
tests/test_bidi.py
tests/test_canonical.py
tests/test_dialect.py
tests/test_persian_pilot.py
tests/test_pipeline.py
tests/test_prompt_injection.py
tests/test_receipts.py
tests/test_repair.py
tests/test_report.py
tests/test_schema_validator.py
tests/test_script.py
tests/test_trace.py
tests/test_translit.py
tests/test_uts39.py