feat: gadfly-reports — findings store + scoreboard daemon
Build & push image / build-and-push (push) Successful in 1m13s
CI / test (push) Successful in 10m39s

SQLite-backed HTTP store for Gadfly review findings, per-review run timings, and human/Claude grades, with a points-free per-model scoreboard. Pure fact store: it computes no points or rankings (the dashboard maps severity->points client-side and retunes without re-scoring). Findings are content-addressed by location so cross-model reports collapse for consensus; one grade per finding, latest wins. Pure-Go SQLite (CGO-free) + Docker image CI + tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 23:55:24 -04:00
parent 52dce5eb2f
commit ddcf42a3ce
16 changed files with 1269 additions and 27 deletions
+11
View File
@@ -0,0 +1,11 @@
# === gadfly-reports daemon configuration ===
# Listen address (default: :8090)
GADFLY_REPORTS_ADDR=:8090
# SQLite database path (default: gadfly-reports.db; /data/gadfly-reports.db in Docker)
GADFLY_REPORTS_DB=/data/gadfly-reports.db
# Bearer token callers must present on every route except /healthz (empty = open).
# gadfly (emit) and gadfly-mcp must present the same token.
GADFLY_REPORTS_TOKEN=change-me-to-a-secret