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/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/scenarios.py
tests/test_api.py
tests/test_integrations.py
tests/test_kernel.py
tests/test_phase2.py