v0.1.3
Changes
- Add GET /api/v1/metrics/quality-checks for severity-level quality check rollups.
- Aggregate passed, warning, and failed checks by severity with critical-first ordering.
- Add tests for seeded data and empty-state responses.
- Document the new endpoint in the README.
Validation
- Ruff passed.
- mypy passed.
- Alembic upgrade passed.
- Pytest passed with 97% app coverage.