- Secondary-Spark models now work in air-gapped mode: the LiteLLM proxy is
dual-homed onto the default bridge (docker network connect) to reach the
secondary's published vLLM port; grader containers stay on the --internal
network with zero egress. The head-only enforcement is replaced by a
secondary-configured check.
- Extraction runs in parallel with grading when the extractor's model and
every grader model in the wave sit on different Sparks (separate GPUs).
- Keep-warm: single-wave jobs no longer tear the wave down between decks
(was a ~6-min 31B reload per deck); a kept-warm wave that fails preflight
is restarted once. Adjudicator reuses the live wave when its model is
already serving instead of cycling the shared proxy.
- clear_resident_containers (preJobStopContainers) now stops names on every
configured Spark; health() reports containers on both Sparks.
- Verified with a mocked dry-run of the full job loop (3 decks: one
bring-up, zero mid-job teardowns, parallel overlap, stale-wave restart).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Dashboard renders deck reports and scorecards as formatted pages
(self-contained markdown renderer inlined in index.html — headings,
styled tables, evidence blockquotes; no CDN, air-gap friendly)
- At-a-glance strip on every deck report: composite with delta vs the
prior deck, quant/qual/penalty mix, KPI hit/miss chips, BDEF
best/weakest category, red-flag count
- Generated DECK_REPORT.md now leads with a concise "At a glance"
summary table (scorecard.py); jobs.py passes the previous deck record
so the delta appears in the file too; dashboard hides the duplicate
section since the strip covers it
- .gitignore: .venv/
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>