Executive summary
The nightly evaluation connection failure was traced to a dependency gap: the preflight kept Hiro's API available but did not ensure the local Gemma inference server was available on port 8080, which the evaluator calls directly.
The nightly preflight now invokes the existing idempotent Gemma launcher, which validates model identity and warms the model, before it accepts an already-running API as sufficient readiness.
A real preflight confirmed the API and Gemma model endpoint. Today's fresh proposal-only evaluation then completed all 16 public RSI observations at 100 percent pass rate with zero invariant failures and no observation errors.
The connection defect is resolved for the tested path. Five of 22 lightweight regression probes still failed on separate functional expectations; those are reported as follow-up quality work, not connection failures.