CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
assets/codesuture.webp
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/frame_rewind.py
codesuture/guard_synthesizer.py
codesuture/knowledge.py
codesuture/lifecycle.py
codesuture/metrics.py
codesuture/middleware.py
codesuture/middleware_asgi.py
codesuture/opcodes.py
codesuture/pattern_matcher.py
codesuture/persistence.py
codesuture/rollback.py
codesuture/sandbox.py
codesuture/shadow.py
codesuture/suggest.py
codesuture/tracer.py
codesuture/utils.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/alerts/__init__.py
codesuture/alerts/config.py
codesuture/alerts/router.py
codesuture/alerts/channels/__init__.py
codesuture/alerts/channels/file_channel.py
codesuture/alerts/channels/webhook_channel.py
codesuture/incidents/__init__.py
codesuture/incidents/digest.py
codesuture/incidents/incident.py
codesuture/incidents/incident_log.py
codesuture/incidents/severity.py
codesuture/plugins/__init__.py
codesuture/plugins/autonomous.py
codesuture/rewind/__init__.py
codesuture/rewind/buffer.py
codesuture/rewind/formatter.py
codesuture/rewind/persistence.py
codesuture/rewind/tracer.py
tests/test_alerts.py
tests/test_alerts_hard.py
tests/test_e2e.py
tests/test_guard_synthesizer.py
tests/test_harness.py
tests/test_harness2.py
tests/test_http_replay.py
tests/test_incidents.py
tests/test_incidents_hard.py
tests/test_lifecycle.py
tests/test_metrics.py
tests/test_middleware.py
tests/test_middleware_asgi.py
tests/test_negative.py
tests/test_new_guards.py
tests/test_opcodes.py
tests/test_pattern_matcher.py
tests/test_persistence.py
tests/test_rewind.py
tests/test_rollback.py
tests/test_sandbox.py
tests/test_shadow.py
tests/test_ship_gate.py
tests/test_suggestions.py
tests/test_thread_safety.py
tests/test_tracer_integration.py
tests/test_transparency.py