Files
svrnty-hermes-webui-plugin/static
Svrnty ef6a123c06
plugin-tests / test (push) Failing after 6s
fix(adwright overview): show 0 (not —) when data empty; was treating zero as 'missing'
Bug: cycleCount: String(c.length || '—') turned 0 into '—' due to || falsy
coercion. Plan B DB starts empty → Overview KPIs all '—' even after a
successful refresh. Renders '0' now (the actually correct truthful value).

Karpathy 4 rules: smallest change (one expression), no shape change.
2026-05-24 14:45:20 -04:00
..