.env.example
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
dev-notes/01-Product-Requirements-Document.md
dev-notes/02-Technical-Architecture-Document.md
dev-notes/03-API-Webhook-Specification.md
dev-notes/04-Security-Threat-Model.md
dev-notes/05-Agent-Orchestration-Design.md
dev-notes/GOAL-v0.4.0.md
dev-notes/GOAL.md
dev-notes/PHASE-01-GATE.md
dev-notes/PHASE-02-GATE.md
dev-notes/PHASE-03-GATE.md
dev-notes/PHASE-04-GATE.md
dev-notes/PHASE-05-GATE.md
dev-notes/PHASE-06-GATE.md
dev-notes/PHASE-07-GATE.md
dev-notes/PHASE-08-GATE.md
dev-notes/RESEARCH-2026-AI-CODE-REVIEW.md
dev-notes/SECURITY-AUDIT.md
dev-notes/v0.4.0-IMPLEMENTATION-PLAN.md
src/verdity/__init__.py
src/verdity/adversarial_reviewer.py
src/verdity/aggregator.py
src/verdity/approval_queue.py
src/verdity/async_sqlite.py
src/verdity/audit_store.py
src/verdity/budget_enforcer.py
src/verdity/coding_agent.py
src/verdity/config.py
src/verdity/event_queue.py
src/verdity/github_client.py
src/verdity/hmac_verify.py
src/verdity/llm_client.py
src/verdity/mcp_server.py
src/verdity/metrics_store.py
src/verdity/model_fallback.py
src/verdity/orchestrator.py
src/verdity/py.typed
src/verdity/rate_limiter.py
src/verdity/review_rules.py
src/verdity/router.py
src/verdity/semantic_index.py
src/verdity/token_economics.py
src/verdity/trust_calibration.py
src/verdity/verification_gate.py
src/verdity/webhook_normalizer.py
src/verdity/worker.py
src/verdity.egg-info/PKG-INFO
src/verdity.egg-info/SOURCES.txt
src/verdity.egg-info/dependency_links.txt
src/verdity.egg-info/entry_points.txt
src/verdity.egg-info/requires.txt
src/verdity.egg-info/top_level.txt
src/verdity/agents/__init__.py
src/verdity/agents/base.py
src/verdity/agents/code_quality.py
src/verdity/agents/documentation.py
src/verdity/agents/security.py
src/verdity/agents/testing.py
src/verdity/gateway/__init__.py
src/verdity/gateway/app.py
src/verdity/platforms/__init__.py
src/verdity/platforms/base.py
src/verdity/platforms/bitbucket.py
src/verdity/platforms/github.py
src/verdity/platforms/gitlab.py
src/verdity/schemas/__init__.py
src/verdity/schemas/_models.py
tests/conftest.py
tests/test_adversarial_reviewer.py
tests/test_audit_store.py
tests/test_coverage.py
tests/test_event_queue.py
tests/test_gateway.py
tests/test_github_client.py
tests/test_hmac_verify.py
tests/test_llm_client.py
tests/test_mcp_server.py
tests/test_metrics_store.py
tests/test_model_fallback.py
tests/test_orchestrator.py
tests/test_phase4.py
tests/test_phase5.py
tests/test_phase6.py
tests/test_phase7.py
tests/test_phase8.py
tests/test_platforms_bitbucket.py
tests/test_platforms_gitlab.py
tests/test_rate_limiter.py
tests/test_review_rules.py
tests/test_security.py
tests/test_semantic_index.py
tests/test_semantic_index_full_context.py
tests/test_token_economics.py
tests/test_trust_calibration.py
tests/test_webhook_normalizer.py
tests/test_worker.py