Serialize multi-sample manifest path
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-13 18:38:01 +02:00
parent f3ebc8e429
commit 16ba0a3ed9
2 changed files with 2 additions and 1 deletions
@@ -217,7 +217,7 @@ best_by_sample = {
summary = {
"generated_at": datetime.now(timezone.utc).isoformat(),
"base_url": base_url,
"operator_sample_manifest_path": manifest_path,
"operator_sample_manifest_path": str(manifest_path),
"sample_count": len(sample_summaries),
"run_count": len(flat_items),
"best_overall_by_score": best("quality_score"),