docs: record clean-checkout drill evidence (PASS)

Fresh clone of only committed files into an isolated Compose project (separate ports,
no shared volumes) validated: migration from empty database to head, deterministic
seed (matches the corrected 27-issue count), 151 backend tests + Ruff + mypy, frontend
build, and the full 113-test Playwright suite -- all green. Isolated stack torn down
afterward; working dev environment confirmed untouched. Full detail in
PROJECT_STATE.md; test counts refreshed in README.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
NuklearRabbit
2026-08-03 23:57:21 +02:00
co-authored by Claude Sonnet 5
parent 7851e807fa
commit cda2c32bd0
2 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ All defaults are configurable via `.env` (see `.env.example`).
```bash
make test # backend: pytest (151 tests)
make lint # backend: ruff + mypy (strict, zero errors)
make e2e # frontend: Playwright end-to-end (108 tests, live stack required)
make e2e # frontend: Playwright end-to-end (113 tests, live stack required)
```
Frontend build/typecheck: `cd frontend && npm run build` (`tsc -b && vite build`).