LICENSE
README.md
pyproject.toml
src/looptrip/__init__.py
src/looptrip/__main__.py
src/looptrip/attribution.py
src/looptrip/cli.py
src/looptrip/detector.py
src/looptrip/normalize.py
src/looptrip/proof.py
src/looptrip.egg-info/PKG-INFO
src/looptrip.egg-info/SOURCES.txt
src/looptrip.egg-info/dependency_links.txt
src/looptrip.egg-info/entry_points.txt
src/looptrip.egg-info/requires.txt
src/looptrip.egg-info/top_level.txt
src/looptrip/_data/cast_db_runaways.json
src/looptrip/adapters/__init__.py
src/looptrip/adapters/cast_db.py
src/looptrip/adapters/otel.py
src/looptrip/detectors/__init__.py
src/looptrip/detectors/_shared.py
src/looptrip/detectors/deadlock.py
src/looptrip/detectors/non_termination.py
src/looptrip/detectors/ping_pong.py
src/looptrip/detectors/types.py
src/looptrip/otel_live/__init__.py
src/looptrip/otel_live/bridge.py
src/looptrip/otel_live/emit.py
src/looptrip/otel_live/processor.py
src/looptrip/otel_live/sampler.py
tests/test_attribution.py
tests/test_cast_db_adapter.py
tests/test_cast_db_adapter_adversarial.py
tests/test_cast_db_live_path.py
tests/test_cli_adversarial.py
tests/test_cli_detectors.py
tests/test_cli_otel.py
tests/test_detector.py
tests/test_detector_adversarial.py
tests/test_detector_config.py
tests/test_detector_deadlock.py
tests/test_detector_non_termination.py
tests/test_detector_phase2_integration.py
tests/test_detector_ping_pong.py
tests/test_fixture_integrity.py
tests/test_independent_rederivation.py
tests/test_ingestion_robustness.py
tests/test_normalize.py
tests/test_otel_adapter.py
tests/test_otel_handoff_reference.py
tests/test_otel_live.py
tests/test_proof.py
tests/test_stdlib_core.py
tests/test_to_agent_locks.py