LICENSE
README.md
pyproject.toml
apipatch/__init__.py
apipatch/auto_detector.py
apipatch/cli.py
apipatch/engine.py
apipatch/github_client.py
apipatch/knowledge.py
apipatch/proactive_hunter.py
apipatch/test_runner.py
apipatch/validator.py
apipatch/webhook.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_github_client.py
tests/test_js_validator.py
tests/test_knowledge.py
tests/test_pr_submitter.py
tests/test_prefilter.py
tests/test_project_context.py
tests/test_sandbox_runner.py
tests/test_self_healing.py
tests/test_validator.py
tests/test_webhook.py