LICENSE
README.md
pyproject.toml
apipatch/__init__.py
apipatch/auto_detector.py
apipatch/cli.py
apipatch/engine.py
apipatch/proactive_hunter.py
apipatch/validator.py
apipatch.egg-info/PKG-INFO
apipatch.egg-info/SOURCES.txt
apipatch.egg-info/dependency_links.txt
apipatch.egg-info/entry_points.txt
apipatch.egg-info/requires.txt
apipatch.egg-info/top_level.txt
apipatch/providers/__init__.py
apipatch/providers/anthropic_provider.py
apipatch/providers/base.py
apipatch/providers/factory.py
apipatch/providers/gemini_provider.py
apipatch/providers/openai_provider.py
tests/test_cli.py
tests/test_detector.py
tests/test_engine.py
tests/test_validator.py