LICENSE
README.md
pyproject.toml
context_gc/__init__.py
context_gc/api.py
context_gc/cli.py
context_gc/compactor.py
context_gc/dead_branch_sweeper.py
context_gc/dedup_engine.py
context_gc/events.py
context_gc/graph.py
context_gc/middleware.py
context_gc/override_engine.py
context_gc/receipts.py
context_gc/retention_policy.py
context_gc/topo_sampler.py
context_gc.egg-info/PKG-INFO
context_gc.egg-info/SOURCES.txt
context_gc.egg-info/dependency_links.txt
context_gc.egg-info/entry_points.txt
context_gc.egg-info/requires.txt
context_gc.egg-info/top_level.txt
tests/test_adapters.py
tests/test_api.py
tests/test_cli.py
tests/test_dead_branch_sweeper.py
tests/test_dedup_engine.py
tests/test_diverse_fixtures.py
tests/test_end_to_end.py
tests/test_fuzzing.py
tests/test_override_engine.py
tests/test_probes.py
tests/test_properties.py
tests/test_receipts.py
tests/test_retention_policy.py
tests/test_topo_sampler.py