LICENSE
README.md
pyproject.toml
src/repo_sentinel.egg-info/PKG-INFO
src/repo_sentinel.egg-info/SOURCES.txt
src/repo_sentinel.egg-info/dependency_links.txt
src/repo_sentinel.egg-info/entry_points.txt
src/repo_sentinel.egg-info/requires.txt
src/repo_sentinel.egg-info/top_level.txt
src/sentinel/__init__.py
src/sentinel/__main__.py
src/sentinel/cli.py
src/sentinel/config.py
src/sentinel/github.py
src/sentinel/models.py
src/sentinel/py.typed
src/sentinel/core/__init__.py
src/sentinel/core/benchmark.py
src/sentinel/core/clustering.py
src/sentinel/core/context.py
src/sentinel/core/dedup.py
src/sentinel/core/eval.py
src/sentinel/core/indexer.py
src/sentinel/core/judge.py
src/sentinel/core/ollama.py
src/sentinel/core/provider.py
src/sentinel/core/report.py
src/sentinel/core/runner.py
src/sentinel/core/synthesis.py
src/sentinel/core/providers/__init__.py
src/sentinel/core/providers/azure.py
src/sentinel/core/providers/ollama.py
src/sentinel/core/providers/openai_compat.py
src/sentinel/core/providers/replay.py
src/sentinel/detectors/__init__.py
src/sentinel/detectors/base.py
src/sentinel/detectors/complexity.py
src/sentinel/detectors/dead_code.py
src/sentinel/detectors/dep_audit.py
src/sentinel/detectors/docs_drift.py
src/sentinel/detectors/eslint_runner.py
src/sentinel/detectors/git_hotspots.py
src/sentinel/detectors/go_linter.py
src/sentinel/detectors/lint_runner.py
src/sentinel/detectors/rust_clippy.py
src/sentinel/detectors/semantic_drift.py
src/sentinel/detectors/stale_env.py
src/sentinel/detectors/test_coherence.py
src/sentinel/detectors/todo_scanner.py
src/sentinel/detectors/unused_deps.py
src/sentinel/store/__init__.py
src/sentinel/store/db.py
src/sentinel/store/embeddings.py
src/sentinel/store/eval_store.py
src/sentinel/store/findings.py
src/sentinel/store/llm_log.py
src/sentinel/store/persistence.py
src/sentinel/store/runs.py
src/sentinel/web/__init__.py
src/sentinel/web/app.py
src/sentinel/web/csrf.py
src/sentinel/web/static/app.js
src/sentinel/web/static/htmx.min.js
src/sentinel/web/static/style.css
src/sentinel/web/templates/base.html
src/sentinel/web/templates/eval.html
src/sentinel/web/templates/eval_history.html
src/sentinel/web/templates/finding_detail.html
src/sentinel/web/templates/github.html
src/sentinel/web/templates/github_results.html
src/sentinel/web/templates/index.html
src/sentinel/web/templates/run_compare.html
src/sentinel/web/templates/run_detail.html
src/sentinel/web/templates/runs.html
src/sentinel/web/templates/scan.html
src/sentinel/web/templates/settings.html
tests/test_benchmark.py
tests/test_cli.py
tests/test_clustering.py
tests/test_config.py
tests/test_context.py
tests/test_dedup.py
tests/test_detectors_base.py
tests/test_embeddings.py
tests/test_eval.py
tests/test_github.py
tests/test_incremental.py
tests/test_indexer.py
tests/test_integration.py
tests/test_judge.py
tests/test_llm_log.py
tests/test_models.py
tests/test_ollama.py
tests/test_provider.py
tests/test_repeatability.py
tests/test_report.py
tests/test_runner.py
tests/test_store.py
tests/test_synthesis.py
tests/test_web.py