feat(accuracy): complete phase 3 data scan and quarantine

This commit is contained in:
Jens
2026-08-02 01:06:35 +02:00
parent 41f8a54236
commit 7b92e29e49
13 changed files with 37368 additions and 6 deletions
+34 -6
View File
@@ -1,8 +1,8 @@
{
"schema_version": 1,
"program": "GeoIntel Accuracy Improvement Program",
"phase": "P2",
"generated_at": "2026-08-01T23:43:55+02:00",
"phase": "P4",
"generated_at": "2026-08-02T01:04:48+02:00",
"scope": {
"product": "Belgium and the Belgian North Sea",
"active_building_model_claim": "Mol/Kempen only, operator review required",
@@ -80,8 +80,33 @@
]
},
"phase3": {
"status": "not_ready",
"reason": "P2-00 through P2-12 are not all green; human review, corpus rebuild, protected-split evidence, metric gates, candidate CUDA training, protected testing and promotion remain blocked."
"status": "done",
"meaning": "All 295 safe local files in the configured GeoIntel roots were scanned read-only; three known external boundaries were explicitly recorded as unreachable.",
"scanner": "scripts/run_accuracy_phase3_full_data_scan.py",
"scanner_version": "3.0.3",
"scan_id": "p3-46ee3f8d3a2dc52b",
"evidence_root": "artifacts/evidence/accuracy/P3",
"content_hash": "1a219362c6cb2ac00489625f1a9b36e2fd4809ab58ee55ab1f67c3cc34773f3e",
"reconciliation": {
"examined": 295,
"skipped": 0,
"unreachable": 3,
"inventory_total": 298,
"reconciles": true
},
"anomaly_count": 172,
"quarantine_item_count": 163,
"does_not_mean": [
"all anomalies are repaired",
"AOI split independence is proven",
"GRB ground truth is locally available",
"training, promotion or national validation is allowed"
]
},
"phase4": {
"status": "ready",
"meaning": "Ready to remediate and review the P3 anomaly and quarantine manifests; release gates remain governed by P2 and the execution contract.",
"evidence_root": "artifacts/evidence/accuracy/P3"
},
"runtime": {
"cuda_available": true,
@@ -285,10 +310,13 @@
"docs/accuracy-program/05-metric-framework.md",
"docs/accuracy-program/06-implementation-roadmap.md",
"docs/accuracy-program/07-source-authority-matrix.md",
"docs/accuracy-program/08-data-contracts.md"
"docs/accuracy-program/08-data-contracts.md",
"docs/accuracy-program/09-full-data-scan.md"
],
"evidence_root": "artifacts/evidence/accuracy/P1",
"evidence_manifest": "artifacts/evidence/accuracy/P1/evidence-manifest.json",
"phase2_evidence_root": "artifacts/evidence/accuracy/P2",
"phase2_evidence_manifest": "artifacts/evidence/accuracy/P2/evidence-manifest.json"
"phase2_evidence_manifest": "artifacts/evidence/accuracy/P2/evidence-manifest.json",
"phase3_evidence_root": "artifacts/evidence/accuracy/P3",
"phase3_manifest": "artifacts/evidence/accuracy/P3/full-scan-manifest.json"
}