LICENSE
README.md
pyproject.toml
src/poing_ai/__init__.py
src/poing_ai/__main__.py
src/poing_ai/cli.py
src/poing_ai.egg-info/PKG-INFO
src/poing_ai.egg-info/SOURCES.txt
src/poing_ai.egg-info/dependency_links.txt
src/poing_ai.egg-info/entry_points.txt
src/poing_ai.egg-info/requires.txt
src/poing_ai.egg-info/top_level.txt
src/poing_ai/ai/__init__.py
src/poing_ai/ai/base.py
src/poing_ai/ai/factory.py
src/poing_ai/ai/false_positive.py
src/poing_ai/ai/gemini.py
src/poing_ai/ai/ollama.py
src/poing_ai/ai/openai_compatible.py
src/poing_ai/ai/thread_resolver.py
src/poing_ai/ai/prompts/__init__.py
src/poing_ai/ai/prompts/changelog.py
src/poing_ai/ai/prompts/review.py
src/poing_ai/ai/prompts/triage.py
src/poing_ai/ai/rag/__init__.py
src/poing_ai/ai/rag/base.py
src/poing_ai/ai/rag/factory.py
src/poing_ai/ai/rag/gemini_embedder.py
src/poing_ai/ai/rag/local_rag.py
src/poing_ai/ai/rag/ollama_embedder.py
src/poing_ai/ai/rag/openai_embedder.py
src/poing_ai/ai/rag/vector_rag.py
src/poing_ai/core/__init__.py
src/poing_ai/core/config.py
src/poing_ai/core/git.py
src/poing_ai/core/github_client.py
src/poing_ai/core/logging.py
src/poing_ai/core/models.py
src/poing_ai/datasources/__init__.py
src/poing_ai/datasources/base.py
src/poing_ai/datasources/godot_releases.py
src/poing_ai/datasources/maven.py
src/poing_ai/datasources/nuget.py
src/poing_ai/datasources/spm_github.py
src/poing_ai/datasources/upm_registry.py
src/poing_ai/engines/__init__.py
src/poing_ai/engines/base.py
src/poing_ai/engines/detector.py
src/poing_ai/engines/generic.py
src/poing_ai/engines/godot.py
src/poing_ai/engines/unity.py
src/poing_ai/engines/unreal.py
src/poing_ai/parsers/__init__.py
src/poing_ai/parsers/base.py
src/poing_ai/parsers/gdscript_config.py
src/poing_ai/parsers/gradle.py
src/poing_ai/parsers/swift_package.py
src/poing_ai/parsers/unity_package.py
src/poing_ai/parsers/unreal_plugin.py
src/poing_ai/server/__init__.py
src/poing_ai/server/app.py
src/poing_ai/server/auth.py
src/poing_ai/services/__init__.py
src/poing_ai/services/review_service.py
src/poing_ai/services/sync_service.py
src/poing_ai/services/triage_service.py
tests/test_cli.py
tests/test_config.py
tests/test_datasources.py
tests/test_diff.py
tests/test_engine_detector.py
tests/test_false_positive.py
tests/test_gemini_provider.py
tests/test_local_diff.py
tests/test_ollama_provider.py
tests/test_openai_provider.py
tests/test_parsers.py
tests/test_provider_factory.py
tests/test_rag.py
tests/test_server.py
tests/test_services.py