Problem
The stated test/coverage numbers disagree across docs:
docs/index.md — "1,200+ tests, 93% coverage gate"
docs/feature-overview.md — "800+ tests, 95%+ coverage"
- Enforced gate in
pyproject.toml — --cov-fail-under=93
The 95% / 800+ figures are stale and contradict the enforced 93% gate.
Expected outcome
One consistent, accurate statement everywhere: the coverage gate is 93%, and the test-count claim either matches the real suite or is phrased as a floor ("1,200+").
Relevant files
docs/index.md
docs/feature-overview.md
README.md (double-check its figure too)
Acceptance criteria
Difficulty / skills
good first issue — careful reading, Markdown. No code changes.
Problem
The stated test/coverage numbers disagree across docs:
docs/index.md— "1,200+ tests, 93% coverage gate"docs/feature-overview.md— "800+ tests, 95%+ coverage"pyproject.toml—--cov-fail-under=93The 95% / 800+ figures are stale and contradict the enforced 93% gate.
Expected outcome
One consistent, accurate statement everywhere: the coverage gate is 93%, and the test-count claim either matches the real suite or is phrased as a floor ("1,200+").
Relevant files
docs/index.mddocs/feature-overview.mdREADME.md(double-check its figure too)Acceptance criteria
docs/andREADME.mdshows a single coverage figure (93%) and no contradictory test-count claims.mkdocs build --strictpasses.Difficulty / skills
good first issue— careful reading, Markdown. No code changes.