LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
docs/adr-009-two-model-compare.md
docs/contract.md
docs/jev-api.md
docs/release-readiness-audit-v0.1-recheck.md
docs/release-readiness-audit-v0.1.md
fixtures/replay-baseline.json
fixtures/replay-breaking.json
fixtures/replay-unchanged.json
fixtures/support-triage.json
fixtures/support-triage.jsonl
src/jevcheck/__init__.py
src/jevcheck/__main__.py
src/jevcheck/answers.py
src/jevcheck/cli.py
src/jevcheck/client.py
src/jevcheck/compare.py
src/jevcheck/contract.py
src/jevcheck/eval.py
src/jevcheck/gate.py
src/jevcheck/pinning.py
src/jevcheck/py.typed
src/jevcheck/questions.py
src/jevcheck.egg-info/PKG-INFO
src/jevcheck.egg-info/SOURCES.txt
src/jevcheck.egg-info/dependency_links.txt
src/jevcheck.egg-info/entry_points.txt
src/jevcheck.egg-info/requires.txt
src/jevcheck.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_answers.py
tests/test_cli.py
tests/test_client.py
tests/test_compare.py
tests/test_contract.py
tests/test_eval.py
tests/test_eval_boundaries.py
tests/test_gate.py
tests/test_live.py
tests/test_pinning.py
tests/test_sdk_transport.py