.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
codesuture/__init__.py
codesuture/__main__.py
codesuture/_eval_fix.py
codesuture/audit.py
codesuture/cli.py
codesuture/code_replacer.py
codesuture/codesuture_fix.py
codesuture/debuggee.py
codesuture/diff_guard.py
codesuture/explain.py
codesuture/fingerprint.py
codesuture/guard_synthesizer.py
codesuture/knowledge.py
codesuture/middleware.py
codesuture/pattern_matcher.py
codesuture/persistence.py
codesuture/rewind.py
codesuture/rollback.py
codesuture/sandbox.py
codesuture/shadow.py
codesuture/tracer.py
codesuture/watcher.py
codesuture.egg-info/PKG-INFO
codesuture.egg-info/SOURCES.txt
codesuture.egg-info/dependency_links.txt
codesuture.egg-info/entry_points.txt
codesuture.egg-info/requires.txt
codesuture.egg-info/top_level.txt
codesuture/plugins/__init__.py
codesuture/plugins/autonomous.py
tests/__init__.py
tests/closure_test.py
tests/debug_gc.py
tests/harness3.py
tests/test_codesuture_debuggee.py
tests/test_e2e.py
tests/test_guard_synthesizer.py
tests/test_harness.py
tests/test_harness2.py
tests/test_new_guards.py
tests/test_pattern_matcher.py
tests/test_tracer_active_shield.py
tests/test_unknown_bug.py