@@ -190,18 +190,19 @@ make nltk-data
190190## Sprint Verification
191191
192192The executable scripts under ` docs/sprint-runbook/ ` capture incremental sprint
193- checkpoints. Use the Sprint 3 Day 5 script as the current Sprint 3 completion
194- check:
193+ checkpoints. Use the Sprint 4 Day 5 script as the current final MVP
194+ verification check:
195195
196196``` bash
197- ./docs/sprint-runbook/sprint-3 /sprint-3 -day-5.sh
197+ ./docs/sprint-runbook/sprint-4 /sprint-4 -day-5.sh
198198```
199199
200200It verifies the Docker Compose project name, the web container, PostgreSQL,
201- migrations, insight browser routes, secured insight API routes, authentication
202- and ownership boundaries, NLTK preprocessing, TF-IDF cosine scoring,
203- explainability fields, idempotency, formatting, linting, focused insight tests,
204- and the full regression suite.
201+ migrations, documentation coverage, deterministic seed data, production deploy
202+ settings, collectstatic, health checks, browser and API smoke paths,
203+ authentication and ownership boundaries, NLTK preprocessing, TF-IDF cosine
204+ scoring, explainability fields, idempotency, formatting, linting, focused
205+ release tests, and the full regression suite.
205206
206207See ` docs/sprint-runbook/README.md ` before running an earlier checkpoint script.
207208
0 commit comments