Prevent calibration evidence response overwrite
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-08 14:30:37 +02:00
parent 51b7d1eec7
commit 5314f16383
5 changed files with 48 additions and 2 deletions
+7
View File
@@ -1378,3 +1378,10 @@ Added:
- Added validation guardrails for selected project, raster dataset, reference dataset, configured non-fixture model, tile manifest and explicit local model asset.
- Added regression coverage for the guided runner contract.
- No backend API contracts, migrations, model downloads, provider fetching, automatic promotion or model file mutation behavior changed.
## Sprint 142 Calibration evidence response uniqueness (2026-07-08)
- Hardened the calibration evidence exporter so response artifacts are keyed by threshold and quality-check id.
- Prevented multi-model portfolios from overwriting runs that share the same threshold.
- Added regression coverage proving same-threshold runs are preserved in the assembled portfolio.
- No API contracts, migrations, model downloads, provider fetching or AI inference behavior changed.