.gitignore
.gitleaks.toml
AGENTS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
THIRD_PARTY_NOTICES.txt
mkdocs.yml
pyproject.toml
requirements-docs.txt
.claude-plugin/plugin.json
.codex-plugin/plugin.json
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/security.yml
.github/workflows/tests.yml
contracts/v1/acquisition.json
contracts/v1/evaluation-budget.json
contracts/v1/evaluation-plan.json
contracts/v1/evaluation-review.json
contracts/v1/fix-control.json
contracts/v1/fix-profile.json
contracts/v1/fix-review.json
contracts/v1/fix-round.json
contracts/v1/fix-spec.json
contracts/v1/intelligence-eval-request.json
contracts/v1/intelligence-fix-request.json
contracts/v1/intelligence-request.json
contracts/v1/intelligence-response.json
contracts/v1/issue-update.json
contracts/v1/selection.json
contracts/v1/submission.json
contracts/v1/task-event.json
contracts/v1/trace.json
contracts/v1/verification.json
docs/README.md
docs/audit.md
docs/capabilities.md
docs/concepts.md
docs/dashboard.md
docs/delivery.md
docs/eval.md
docs/execution.md
docs/faq.md
docs/fix.md
docs/intelligence.md
docs/orchestration.md
docs/privacy.md
docs/reports.md
docs/review.md
docs/settings.md
docs/task-evidence.md
docs/telemetry.md
docs/traces.md
docs/troubleshooting.md
docs/assets/causeway-dark.png
docs/assets/causeway-light.png
docs/assets/dashboard-example.png
docs/assets/docs.css
docs/assets/favicon.svg
docs/assets/logo.png
docs/contributing/README.md
docs/contributing/architecture.md
docs/contributing/capabilities.md
docs/contributing/docs-site.md
docs/contributing/extending.md
docs/contributing/product-decisions.md
docs/contributing/releasing.md
docs/getting-started/bring-one-failure.md
docs/getting-started/first-audit.md
docs/getting-started/install.md
docs/getting-started/local-example.md
docs/reference/cli.md
docs/reference/evaluation.md
docs/reference/fix.md
docs/releases/0.1.0.md
docs_theme/partials/header.html
examples/local-audit/README.md
examples/local-audit/demo.py
examples/ticket-retry/README.md
examples/ticket-retry/application.py
examples/ticket-retry/benchmark.py
examples/ticket-retry/demo.py
examples/ticket-retry/model.py
examples/ticket-retry/test_ticket_retry.py
examples/ticket-retry/ticket_environment.py
examples/ticket-retry/verify.py
hooks/hooks.json
scripts/build_site.py
scripts/check_installed.py
scripts/check_secret_scan.py
scripts/check_site.py
scripts/docs_links.py
scripts/install.sh
scripts/release.py
signals/audit-v1.json
skills/audit/SKILL.md
skills/audit/references/acquisition.md
skills/audit/references/analysis.md
skills/audit/references/braintrust.md
skills/audit/references/formats.md
skills/audit/references/history.md
skills/audit/references/intelligence.md
skills/audit/references/langfuse.md
skills/audit/references/langsmith.md
skills/audit/references/phoenix.md
skills/audit/references/records.md
skills/audit/references/setup.md
skills/audit/references/telemetry.md
skills/dashboard/SKILL.md
skills/eval/SKILL.md
skills/eval/helpers/agentagon_events.cjs
skills/eval/helpers/agentagon_events.py
skills/eval/references/preparation.md
skills/fix/SKILL.md
skills/fix/references/contract.md
skills/fix/references/roles.md
skills/review/SKILL.md
skills/setup/SKILL.md
skills/ship/SKILL.md
src/agentagon/__init__.py
src/agentagon/__main__.py
src/agentagon/dashboard.py
src/agentagon/installation.py
src/agentagon/operations.py
src/agentagon/reporting.py
src/agentagon/usage.py
src/agentagon.egg-info/PKG-INFO
src/agentagon.egg-info/SOURCES.txt
src/agentagon.egg-info/dependency_links.txt
src/agentagon.egg-info/entry_points.txt
src/agentagon.egg-info/requires.txt
src/agentagon.egg-info/top_level.txt
src/agentagon/cli/__init__.py
src/agentagon/cli/main.py
src/agentagon/core/__init__.py
src/agentagon/core/analysis.py
src/agentagon/core/records.py
src/agentagon/core/signals.py
src/agentagon/dashboard_assets/app.css
src/agentagon/dashboard_assets/app.js
src/agentagon/dashboard_assets/favicon.svg
src/agentagon/dashboard_assets/index.html
src/agentagon/dashboard_assets/logo-split-crown-96.png
src/agentagon/dashboard_assets/theme.js
src/agentagon/dashboard_assets/tidal-causeway-dark-moon.webp
src/agentagon/dashboard_assets/tidal-causeway-light-sun.webp
src/agentagon/dashboard_assets/workflow.js
src/agentagon/experiments/__init__.py
src/agentagon/experiments/checkouts.py
src/agentagon/experiments/cleanup.py
src/agentagon/experiments/controls.py
src/agentagon/experiments/delivery.py
src/agentagon/experiments/engine.py
src/agentagon/experiments/evaluation.py
src/agentagon/experiments/evidence.py
src/agentagon/experiments/hooks.py
src/agentagon/experiments/inspection.py
src/agentagon/experiments/learning.py
src/agentagon/experiments/orchestration.py
src/agentagon/experiments/preparation.py
src/agentagon/experiments/runners.py
src/agentagon/experiments/search.py
src/agentagon/experiments/spec.py
src/agentagon/experiments/store.py
src/agentagon/experiments/worker.py
src/agentagon/lookup/__init__.py
src/agentagon/lookup/client.py
src/agentagon/lookup/owners.py
src/agentagon/storage/__init__.py
src/agentagon/storage/changes.py
src/agentagon/storage/config.py
src/agentagon/storage/issues.py
src/agentagon/storage/workspace.py
src/agentagon/telemetry/__init__.py
src/agentagon/telemetry/alignment.py
src/agentagon/telemetry/ingest.py
src/agentagon/telemetry/normalize.py
src/agentagon/telemetry/selection.py
tests/conftest.py
tests/test_audit.py
tests/test_changes.py
tests/test_config.py
tests/test_continuation_hooks.py
tests/test_dashboard.py
tests/test_dashboard_browser.py
tests/test_edge_cases.py
tests/test_evaluation_handoff.py
tests/test_evaluation_preparation.py
tests/test_experiment_learning.py
tests/test_experiment_ordering.py
tests/test_experiment_recovery.py
tests/test_experiment_runners.py
tests/test_experiment_search.py
tests/test_experiments.py
tests/test_fix_cli.py
tests/test_fix_config.py
tests/test_fix_contracts.py
tests/test_fix_controls.py
tests/test_fix_controls_dashboard.py
tests/test_fix_dashboard.py
tests/test_fix_delivery.py
tests/test_fix_issues.py
tests/test_fix_reporting.py
tests/test_host_rounds.py
tests/test_installation.py
tests/test_live_fix.py
tests/test_lookup.py
tests/test_metric_discrimination.py
tests/test_preflight.py
tests/test_product_flow.py
tests/test_release.py
tests/test_review_flow.py
tests/test_review_reporting.py
tests/test_selection.py
tests/test_shipping_cleanup.py
tests/test_site.py
tests/test_source_audit.py
tests/test_task_evidence.py
tests/test_telemetry.py
tests/test_ticket_demo.py
tests/test_trace_alignment.py
tests/test_usage.py
tests/test_workflow_inspection.py
tests/test_workflow_lookup.py
tests/fixtures/braintrust.json
tests/fixtures/langfuse.json
tests/fixtures/langsmith.json
tests/fixtures/otlp.json
tests/fixtures/phoenix.json
tests/support/__init__.py
tests/support/audit.py
tests/support/changes.py
tests/support/controls.py
tests/support/dashboard.py
tests/support/delivery.py
tests/support/evaluation.py
tests/support/experiments.py
tests/support/recovery.py
tests/support/runners.py
website/README.md
website/index.html
website/assets/logo-split-crown-96.png
website/assets/site.css
website/assets/site.js
website/assets/theme-init.js
website/assets/tidal-causeway-dark-moon.png
website/assets/tidal-causeway-light-sun.png
website/blogs/ai-agent-regression-testing.md
website/blogs/observability-vs-evaluation.md
website/blogs/what-flat-scores-hide.md
website/templates/article.html
website/templates/base.html
website/templates/blogs.html
website/templates/header.html
website/templates/message.html