LICENSE
README.md
pyproject.toml
lra/__init__.py
lra/__main__.py
lra/cache.py
lra/diff.py
lra/errors.py
lra/graph.py
lra/ignore.py
lra/logger.py
lra/lsp_client.py
lra/nodes.py
lra/state.py
lra/agents/__init__.py
lra/agents/aggregator.py
lra/agents/reviewer.py
lra/agents/rules.py
lra/agents/second_reviewer.py
lra/analysis/__init__.py
lra/analysis/chunking.py
lra/analysis/dep_graph.py
lra/analysis/languages.py
lra/analysis/lsp.py
lra/analysis/scan.py
lra/llm/__init__.py
lra/llm/client.py
lra/llm/prompts.py
lra/llm/structured.py
lra/optimizer/__init__.py
lra/optimizer/copier.py
lra/optimizer/fixer.py
lra/optimizer/loop.py
lra/optimizer/opt_state.py
lra/optimizer/verifier.py
lra/prompts/reviewer.local_vllm.md
lra/prompts/reviewer.md
lra/prompts/second_reviewer.md
lra/prompts/supplements/cpp.md
lra/prompts/supplements/csharp.md
lra/prompts/supplements/go.md
lra/prompts/supplements/java.md
lra/prompts/supplements/javascript.md
lra/prompts/supplements/php.md
lra/prompts/supplements/python.md
lra/prompts/supplements/rust.md
lra/report/__init__.py
lra/report/markdown.py
lra/schemas/__init__.py
lra/schemas/finding.py
lra/tools/__init__.py
lra/tools/anti_pattern_scanner.py
lra/tools/security_scanner.py
lra_code_review.egg-info/PKG-INFO
lra_code_review.egg-info/SOURCES.txt
lra_code_review.egg-info/dependency_links.txt
lra_code_review.egg-info/entry_points.txt
lra_code_review.egg-info/requires.txt
lra_code_review.egg-info/top_level.txt
tests/test_analyze.py
tests/test_cache.py
tests/test_cache_fixes.py
tests/test_cli_e2e.py
tests/test_client.py
tests/test_dep_graph.py
tests/test_field_extraction.py
tests/test_graph.py
tests/test_ignore.py
tests/test_incremental.py
tests/test_issue_hint.py
tests/test_lsp.py
tests/test_mistake_notebook.py
tests/test_optimizer.py
tests/test_prompts.py
tests/test_pure_functions.py
tests/test_rules.py
tests/test_scan.py