LICENSE
README.md
pyproject.toml
butwhy/__init__.py
butwhy/__main__.py
butwhy/cache.py
butwhy/cli.py
butwhy/config.py
butwhy/context.py
butwhy/explainer.py
butwhy/formatter.py
butwhy/hook.py
butwhy/patterns.py
butwhy.egg-info/PKG-INFO
butwhy.egg-info/SOURCES.txt
butwhy.egg-info/dependency_links.txt
butwhy.egg-info/entry_points.txt
butwhy.egg-info/requires.txt
butwhy.egg-info/top_level.txt
butwhy/providers/__init__.py
butwhy/providers/anthropic.py
butwhy/providers/ollama.py
butwhy/providers/openai.py
tests/test_core.py
tests/test_patterns.py
tests/test_providers.py