Summary
The README badge and DEVELOPMENT.md both claim 100% test coverage, but the actual CI threshold is 95% statements / 85% branches. This is an active credibility gap — a contributor reading the docs gets a false signal about the project's quality bar.
Evidence
- README badge: static string
coverage-100%25-brightgreen
- DEVELOPMENT.md: "100% statements/branches/functions/lines across 156 tests, zero v8 ignore annotations"
- Actual CI gate (
vitest.config.ts / coverage thresholds): ≥95% statements, ≥85% branches
Acceptance criteria
Filed by Quality Keeper drift-audit.
Summary
The README badge and DEVELOPMENT.md both claim 100% test coverage, but the actual CI threshold is 95% statements / 85% branches. This is an active credibility gap — a contributor reading the docs gets a false signal about the project's quality bar.
Evidence
coverage-100%25-brightgreenvitest.config.ts/ coverage thresholds): ≥95% statements, ≥85% branchesAcceptance criteria
Filed by Quality Keeper drift-audit.