fix: rebuild the content banks, so the Module Reward cards carry the design's current words - #615
Merged
Merged
Conversation
…design's current words The prototype's five module rewards were rewritten in 4beb98b and the extractor was never re-run, so the banks on disk — and the cards a learner earns from them — still carried the previous summary and fact. Rebuilt with 'node tool/extract_content.js'; only modules.json moves. This also turns main green: 'the committed banks match a fresh extraction' has been failing the 'analyze & test' job since that commit.
This was referenced Sep 16, 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.
Why
Auditing #75 and #368 against the code turned up a shipping defect and a red
main.
4beb98b2 chore: update prototype sourcesrewrote the five modulerewards in the design and nobody re-ran the extractor, so the banks on disk —
and the card a learner earns for finishing a module — still carried the
previous summary and fact. Rebuilt from the prototype.
Watch for
modules.jsonmoves. The same commit also toucheddata.jsx,brew-challenge.jsx,dictionary-data.jsx,customize.jsxandscreens.jsx, but everything the extractor reads out of them is unchanged —those diffs are interaction and layout, which belong to design parity (Design parity: the master checklist #365),
not to a bank.
diff is whatever
node tool/extract_content.jswrites.the committed banks match a fresh extractionhas been failing theanalyze & testjob since that commit. Nothing new is added to watch for it.Checks
flutter test— 3227 pass; the bank test is green again.