LICENSE
README.md
pyproject.toml
red_green_proof.egg-info/PKG-INFO
red_green_proof.egg-info/SOURCES.txt
red_green_proof.egg-info/dependency_links.txt
red_green_proof.egg-info/entry_points.txt
red_green_proof.egg-info/requires.txt
red_green_proof.egg-info/top_level.txt
rgp/__init__.py
rgp/__main__.py
rgp/classify.py
rgp/config.py
rgp/evidence.py
rgp/gates.py
rgp/gitutil.py
rgp/proof.py
rgp/schema.py
rgp/stability.py
rgp/verdict.py
rgp/waiver.py
rgp/worktree.py
rgp/adapters/__init__.py
rgp/adapters/base.py
rgp/adapters/pytest_adapter.py
rgp/adapters/vitest_adapter.py
rgp/audit/__init__.py
rgp/audit/engine.py
rgp/audit/model.py
rgp/audit/rules.py
rgp/audit/suppress.py
tests/test_audit_rules.py
tests/test_causality_g4.py
tests/test_causality_g5.py
tests/test_config_classify.py
tests/test_evidence_audit.py
tests/test_evidence_schema.py
tests/test_preflight.py
tests/test_pytest_adapter.py
tests/test_pytest_sideeffects.py
tests/test_pytest_suite.py
tests/test_stability.py
tests/test_verdict_waiver.py
tests/test_vitest_adapter.py
tests/test_vitest_suite.py
tests/test_worktree_isolation.py