v0.1.14
Release 0.1.14
Cover the three files the quality gate was failing on
The suite was green and the gate was not: coverage sat under every threshold
its own config sets, so pnpm quality:packages failed on a package with no
failing test. The gap was three files nothing exercised.
The service accessor is the one worth having: it stands in for a singleton that
does not exist until the provider boots, and a module loader inspects what it
imports before anyone uses it — reading then, reaching for symbols. Throwing
on those turns a plain import into a crash at import time, far from any real
use, and nothing covered that it does not.
The command loader answers without importing a class, which is what keeps
ream list cheap, and returns null for a name it does not own so the CLI keeps
looking. The prefix guard refuses a key Redis cannot carry.
Statements 89.86 → 91.86, lines 91.24 → 93.43, functions 91.73 → 95.04,
branches 84.52 → 86.77. All four over.
Changes since v0.1.13.