Prepare GeoIntel for public release
Managed validation / Managed repository validation (pull_request) Successful in 1m46s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Successful in 1m51s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 20s
GeoIntel release gates / Production AI image, SBOM and container scan (pull_request) Successful in 15m3s
GeoIntel release gates / Deploy exact gated revision to Unraid (pull_request) Skipped

This commit is contained in:
Jens
2026-08-31 21:33:10 +02:00
parent dcd67b11d1
commit 2cdf9c99c6
195 changed files with 595 additions and 207595 deletions
@@ -464,7 +464,7 @@ def detect_leakage(items: list[dict[str, Any]], repo_root: Path | None = None) -
prior_quality: dict[str, Any] | None = None
prior_attention = False
if repo_root is not None:
status_path = repo_root / "docs/accuracy-program/status.json"
status_path = repo_root / "fixtures/accuracy/readiness/status.json"
try:
status = json.loads(status_path.read_text(encoding="utf-8"))
v56 = ((status.get("ml_data") or {}).get("v56") or {})