CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/ARCHITECTURE.md
docs/CONFIGURATION.md
docs/INSTALLATION.md
docs/PROVIDERS.md
docs/RELEASE_CHECKLIST.md
docs/TROUBLESHOOTING.md
docs/make_demo_gif.py
docs/assets/Screen Recording 2026-06-06 143114.mp4
docs/assets/ghostfix-demo.gif
ghostfix/__init__.py
ghostfix/cli.py
ghostfix.egg-info/PKG-INFO
ghostfix.egg-info/SOURCES.txt
ghostfix.egg-info/dependency_links.txt
ghostfix.egg-info/entry_points.txt
ghostfix.egg-info/requires.txt
ghostfix.egg-info/top_level.txt
ghostfix/ai/__init__.py
ghostfix/ai/base.py
ghostfix/ai/claude_provider.py
ghostfix/ai/custom_provider.py
ghostfix/ai/gemini_provider.py
ghostfix/ai/openai_provider.py
ghostfix/ai/router.py
ghostfix/config/__init__.py
ghostfix/config/manager.py
ghostfix/core/__init__.py
ghostfix/core/context_builder.py
ghostfix/core/error_parser.py
ghostfix/core/patcher.py
ghostfix/core/watcher.py
ghostfix/parsers/__init__.py
ghostfix/ui/__init__.py
ghostfix/ui/renderer.py
tests/test_error_parser.py