LICENSE
README.md
pyproject.toml
src/reasonsmith/__init__.py
src/reasonsmith/certificate.py
src/reasonsmith/cli.py
src/reasonsmith/conformance.py
src/reasonsmith/demo.py
src/reasonsmith/drift.py
src/reasonsmith/evidence.py
src/reasonsmith/report.py
src/reasonsmith/rulelang.py
src/reasonsmith/spec.py
src/reasonsmith/sut.py
src/reasonsmith/table7.toml
src/reasonsmith/verdict.py
src/reasonsmith.egg-info/PKG-INFO
src/reasonsmith.egg-info/SOURCES.txt
src/reasonsmith.egg-info/dependency_links.txt
src/reasonsmith.egg-info/entry_points.txt
src/reasonsmith.egg-info/requires.txt
src/reasonsmith.egg-info/top_level.txt
src/reasonsmith/adapters/__init__.py
src/reasonsmith/adapters/callable.py
src/reasonsmith/adapters/jsonl.py
src/reasonsmith/adapters/rules.py
src/reasonsmith/engines/__init__.py
src/reasonsmith/engines/observed.py
src/reasonsmith/engines/probed.py
src/reasonsmith/engines/proved.py
src/reasonsmith/engines/record.py
src/reasonsmith/packs/ecoa.toml
src/reasonsmith/packs/eu_ai_act.toml
src/reasonsmith/packs/gdpr.toml
src/reasonsmith/packs/table7.toml
tests/test_adoption_surface.py
tests/test_docs_example_output.py
tests/test_docs_semantics.py
tests/test_drift.py
tests/test_html_report.py
tests/test_nesyarena_conformance.py
tests/test_probed_engine.py
tests/test_reasonsmith.py
tests/test_v02_core.py
tests/test_v02_stage2.py
tests/test_v02_stage3.py