docs: sync README with the completed M0–M2 state (drift audit fixes) - #27
Merged
Conversation
A 3-lens adversarial audit of the final README against merged code surfaced 10 incremental-edit drift defects; this fixes all of them: - Status banner: 'serves only health/demo endpoints' -> honest text-only vertical slice description (still pre-alpha, gaps listed) - 'authored on a single day' -> scaffold (2026-04-10) vs current implementation (2026-07-14, PRs #18-#26) - Schema bullet: removed 'error notebook / review tasks' (models are gone) -> remediation-loop entities - Stray dangling database bullet merged into the list properly - Scheduler row: 14 -> 12 unit tests; readyz phrasing conditioned on DATABASE_URL; seed.ts -> seed.mts; api layout comment lists product routes; migrations plural - Known gaps rewritten to the real remaining gaps (auth, quiz-engine stub, PDF/storage); M0-M2 marked complete - 'FSRS should be introduced' -> is implemented - Maintenance-gate 30-day items struck through where satisfied (DRI still open) - Local-development endpoint list includes the product routes - Contributing section points past completed milestones Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A 3-lens adversarial audit (status-table fact-check · issue-closure verification · consistency proofread) of the final README against the merged code surfaced 10 incremental-edit drift defects accumulated across PRs #18–#26. This fixes all of them.
Highlights:
seed.mts, conditional readyz phrasing, product-route endpoint lists, Contributing focus.The audit also confirmed every issue closure was legitimate — all acceptance criteria of #3/#5/#7/#12/#13/#14/#16 verified against code on
mainwith green CI.🤖 Generated with Claude Code