LICENSE
README.md
pyproject.toml
tests/test_ai_analyzer.py
tests/test_cli.py
tests/test_cli_subprocess.py
tests/test_golden.py
tests/test_history.py
tests/test_investigator.py
tests/test_ps_runner.py
tests/test_render.py
tests/test_thac0_lib.py
tests/test_version.py
wtf_restarted/__init__.py
wtf_restarted/__main__.py
wtf_restarted/_version.py
wtf_restarted/cli.py
wtf_restarted.egg-info/PKG-INFO
wtf_restarted.egg-info/SOURCES.txt
wtf_restarted.egg-info/dependency_links.txt
wtf_restarted.egg-info/entry_points.txt
wtf_restarted.egg-info/requires.txt
wtf_restarted.egg-info/top_level.txt
wtf_restarted/ai/__init__.py
wtf_restarted/ai/analyzer.py
wtf_restarted/ai/backends/__init__.py
wtf_restarted/ai/backends/claude.py
wtf_restarted/ai/backends/codex.py
wtf_restarted/ai/backends/prompt_only.py
wtf_restarted/ai/prompts/diagnose.md
wtf_restarted/engine/__init__.py
wtf_restarted/engine/history.py
wtf_restarted/engine/investigator.py
wtf_restarted/engine/ps_runner.py
wtf_restarted/lib/__init__.py
wtf_restarted/lib/core_lib/__init__.py
wtf_restarted/lib/core_lib/protocols.py
wtf_restarted/lib/core_lib/types.py
wtf_restarted/lib/help_lib/__init__.py
wtf_restarted/lib/help_lib/content_registry.py
wtf_restarted/lib/help_lib/core.py
wtf_restarted/lib/help_lib/formatters.py
wtf_restarted/lib/log_lib/__init__.py
wtf_restarted/lib/log_lib/channels.py
wtf_restarted/lib/log_lib/hints.py
wtf_restarted/lib/log_lib/levels.py
wtf_restarted/lib/log_lib/manager.py
wtf_restarted/lib/log_lib/trace.py
wtf_restarted/output/__init__.py
wtf_restarted/output/channels.py
wtf_restarted/output/render.py
wtf_restarted/output/spinners.py
wtf_restarted/ps1/history.ps1
wtf_restarted/ps1/investigate.ps1