Gate filtered YOLO candidate and harden provenance
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-12 23:03:55 +02:00
parent c9b22f8f8b
commit 8daaa071b0
10 changed files with 112 additions and 7 deletions
@@ -122,7 +122,7 @@ export function WorkbenchStatusStrip({
<span>{item.label}</span>
<span className="status-pill">{item.state}</span>
</div>
<strong>{item.value}</strong>
<strong title={item.value}>{item.value}</strong>
<p>{item.detail}</p>
</div>
))}