README.md
pyproject.toml
src/debugging_engine/__init__.py
src/debugging_engine/api.py
src/debugging_engine/cli.py
src/debugging_engine/policies.py
src/debugging_engine.egg-info/PKG-INFO
src/debugging_engine.egg-info/SOURCES.txt
src/debugging_engine.egg-info/dependency_links.txt
src/debugging_engine.egg-info/entry_points.txt
src/debugging_engine.egg-info/requires.txt
src/debugging_engine.egg-info/top_level.txt
src/debugging_engine/application/__init__.py
src/debugging_engine/application/judge.py
src/debugging_engine/application/metrics.py
src/debugging_engine/application/service.py
src/debugging_engine/domain/__init__.py
src/debugging_engine/domain/models.py
src/debugging_engine/domain/policies.py
src/debugging_engine/domain/transitions.py
src/debugging_engine/domain/validation.py
src/debugging_engine/infrastructure/__init__.py
src/debugging_engine/infrastructure/bus.py
src/debugging_engine/infrastructure/paths.py
src/debugging_engine/infrastructure/store.py
src/debugging_engine/infrastructure/verify.py
src/debugging_engine/integrations/__init__.py
src/debugging_engine/integrations/registry.py
src/debugging_engine/integrations/scaffold.py
src/debugging_engine/integrations/templates/skills/debugging-engine-incident/SKILL.md
src/debugging_engine/integrations/templates/skills/debugging-engine-investigate/SKILL.md
src/debugging_engine/integrations/templates/skills/debugging-engine-investigate/examples.md
src/debugging_engine/integrations/templates/skills/debugging-engine-investigate/reference.md
src/debugging_engine/integrations/templates/skills/debugging-engine-performance/SKILL.md
src/debugging_engine/runtime/__init__.py
src/debugging_engine/runtime/stubs/__init__.py
src/debugging_engine/runtime/stubs/demo.py
src/debugging_engine/runtime/stubs/fixture.py
src/debugging_engine/runtime/stubs/role_announce.py
src/debugging_engine/runtime/stubs/scenarios.py
src/debugging_engine/runtime/stubs/session_ttl_investigate.py
src/debugging_engine/runtime/stubs/fixtures/cache_miss/cache.py
src/debugging_engine/runtime/stubs/fixtures/cache_miss/issues/001-cache-miss.md
src/debugging_engine/runtime/stubs/fixtures/cache_miss/tests/test_cache.py
src/debugging_engine/runtime/stubs/fixtures/session_ttl/session.py
src/debugging_engine/runtime/stubs/fixtures/session_ttl/issues/001-session-ttl.md
src/debugging_engine/runtime/stubs/fixtures/session_ttl/tests/test_session.py
tests/test_adversary_reengage.py
tests/test_api.py
tests/test_integrations.py
tests/test_investigate_role_echo.py
tests/test_k1_k8.py
tests/test_kernel.py
tests/test_loop_hardening.py
tests/test_phase2.py
tests/test_report_only.py
tests/test_scheduling_autonomy.py
tests/test_store_atomicity.py