fix(runtime): fail closed on offline artifact misses

This commit is contained in:
DCCONSTRUCTIONS
2026-07-30 22:19:01 +03:00
parent 81d7ad1a77
commit 8c91d40e2e
12 changed files with 510 additions and 29 deletions
@@ -77,6 +77,11 @@ Contour health reads only live contracts:
- `GET /api/v1/polygon/worker`;
- current Mission Runtime state for active device and perception metrics.
The base health contract now separates local operational readiness from
production shared-artifact readiness and reports bounded cache, catalog
reconciler, media-tool and Map Gateway configuration states. It performs no
remote fan-out and never invents Worker 006 or device health.
Unknown or unavailable values remain empty/offline. The UI does not invent
load, latency, activity or connected devices.