CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
benchmarks/reference_repos.json
examples/ci/README.md
examples/ci/quality-gate.yml
src/arbiter/__init__.py
src/arbiter/__main__.py
src/arbiter/agent_registry.py
src/arbiter/api.py
src/arbiter/artifact_scorer.py
src/arbiter/audit_trail.py
src/arbiter/badge.py
src/arbiter/benchmark.py
src/arbiter/bus_bridge.py
src/arbiter/certify.py
src/arbiter/compliance_map.py
src/arbiter/config.py
src/arbiter/contribution_learnings.py
src/arbiter/contribution_tracker.py
src/arbiter/contributor.py
src/arbiter/dep_score.py
src/arbiter/diff_analyzer.py
src/arbiter/explain.py
src/arbiter/git_historian.py
src/arbiter/git_vitality.py
src/arbiter/github_client.py
src/arbiter/governance_quality.py
src/arbiter/governance_score.py
src/arbiter/improvement_detector.py
src/arbiter/lang_detect.py
src/arbiter/leaderboard_html.py
src/arbiter/pr_checker.py
src/arbiter/preflight.py
src/arbiter/profiles.py
src/arbiter/report.py
src/arbiter/scoring.py
src/arbiter/store.py
src/arbiter/suggest.py
src/arbiter/team.py
src/arbiter/webhooks.py
src/arbiter/analyzers/__init__.py
src/arbiter/analyzers/base.py
src/arbiter/analyzers/complexity_analyzer.py
src/arbiter/analyzers/dead_code_analyzer.py
src/arbiter/analyzers/duplication_analyzer.py
src/arbiter/analyzers/eslint_analyzer.py
src/arbiter/analyzers/go_analyzer.py
src/arbiter/analyzers/governance_analyzer.py
src/arbiter/analyzers/ruff_analyzer.py
src/arbiter/analyzers/rust_analyzer.py
src/arbiter/analyzers/security_analyzer.py
src/arbiter/analyzers/semgrep_analyzer.py
src/arbiter/analyzers/shell_analyzer.py
src/arbiter/scorers/__init__.py
src/arbiter/scorers/arcana_essay_scorer.py
src/arbiter/scorers/bibliography_scorer.py
src/arbiter/scorers/governance_receipt_scorer.py
src/arbiter_score.egg-info/PKG-INFO
src/arbiter_score.egg-info/SOURCES.txt
src/arbiter_score.egg-info/dependency_links.txt
src/arbiter_score.egg-info/entry_points.txt
src/arbiter_score.egg-info/requires.txt
src/arbiter_score.egg-info/top_level.txt
tests/test_agent_registry.py
tests/test_analyzers.py
tests/test_api.py
tests/test_artifact_scorer.py
tests/test_audit_trail.py
tests/test_badge.py
tests/test_benchmark.py
tests/test_certify.py
tests/test_ci_templates.py
tests/test_cli.py
tests/test_compare.py
tests/test_compliance_map.py
tests/test_config.py
tests/test_contribution_learnings.py
tests/test_contribution_tracker.py
tests/test_contributor.py
tests/test_dep_score.py
tests/test_diff_analyzer.py
tests/test_eslint_analyzer.py
tests/test_explain.py
tests/test_git_vitality.py
tests/test_github_client.py
tests/test_go_analyzer.py
tests/test_governance_quality.py
tests/test_governance_score.py
tests/test_history.py
tests/test_improvement_loop.py
tests/test_lang_detect.py
tests/test_leaderboard.py
tests/test_leaderboard_html.py
tests/test_new_analyzers.py
tests/test_noise_threshold.py
tests/test_polyglot_weights.py
tests/test_pr_checker.py
tests/test_preflight.py
tests/test_profiles.py
tests/test_report.py
tests/test_rust_analyzer.py
tests/test_score_artifact_cli.py
tests/test_score_url.py
tests/test_scoring.py
tests/test_semgrep_analyzer.py
tests/test_shell_analyzer.py
tests/test_store.py
tests/test_suggest.py
tests/test_team.py
tests/test_triage_classifier.py
tests/test_webhooks.py