LICENSE
README.md
pyproject.toml
src/aicr/__init__.py
src/aicr/analyze.py
src/aicr/cache.py
src/aicr/cli.py
src/aicr/config.py
src/aicr/engine.py
src/aicr/models.py
src/aicr/scan.py
src/aicr/diff/__init__.py
src/aicr/diff/chunk.py
src/aicr/diff/parser.py
src/aicr/diff/source.py
src/aicr/hooks/__init__.py
src/aicr/hooks/install.py
src/aicr/hooks/pre-commit-template.sh
src/aicr/prompts/__init__.py
src/aicr/prompts/builder.py
src/aicr/prompts/templates/bugs.txt
src/aicr/prompts/templates/grounding.txt
src/aicr/prompts/templates/readability.txt
src/aicr/prompts/templates/security.txt
src/aicr/prompts/templates/style.txt
src/aicr/prompts/templates/system_base.txt
src/aicr/providers/__init__.py
src/aicr/providers/base.py
src/aicr/providers/gemini.py
src/aicr/providers/ollama.py
src/aicr/providers/openrouter.py
src/aicr/providers/registry.py
src/aicr/report/__init__.py
src/aicr/report/cli_renderer.py
src/aicr/report/json_renderer.py
src/aicr/report/sarif_renderer.py
src/aicrcli.egg-info/PKG-INFO
src/aicrcli.egg-info/SOURCES.txt
src/aicrcli.egg-info/dependency_links.txt
src/aicrcli.egg-info/entry_points.txt
src/aicrcli.egg-info/requires.txt
src/aicrcli.egg-info/top_level.txt
tests/test_analyze.py
tests/test_cache.py
tests/test_chunk.py
tests/test_cli.py
tests/test_config.py
tests/test_diff_parser.py
tests/test_diff_source.py
tests/test_engine.py
tests/test_progress.py
tests/test_prompt_builder.py
tests/test_providers.py
tests/test_providers_http.py
tests/test_release.py
tests/test_report.py
tests/test_sarif.py
tests/test_scan.py
tests/test_usage.py