Retrofit the Phi primer against current canon#457
Merged
Conversation
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.
Summary
This completes the SEM-09D contextual retrofit of all twenty-seven Markdown files in
primer/. It preserves the graded household story while bringing the course into line with the completed lexicon, current canon, and the modifier-first invariant.The pass corrects the treatment of careful pronunciation, directives, possibility and necessity, habitual aspect, proper designations, quotation, counterfactual conditions, and evidential particles. In particular, chapter 14 now separates practical ability from a negative directive, and chapter 24 presents
hi,ke,ti, andhoas claimed sources rather than ranks or guarantees of truth.Direct base vocabulary replaces older detours where the intended concept is now lexicalized:
kurisha(storm),pharelo(cook),sheloa(bloom),howai(evening),horae(radiant),milaro(message), andnapa(bread). Missing word-table support is added forkau,powea,shia, andmu. Optional Work rootpirugives way to basemiona, leaving the general primer with no module vocabulary.The active teaching-corpus ledger records the file-by-file findings. The roadmap, coverage ledger, deferred-work record, and handoff package now resume SEM-09D at
pamphlets/.Voice and presentation
The Humanizer and Phi voice passes remove prescribed pace and daily quotas, soften claims that grammar produces care or honesty, and keep the household's warmth without making the lessons coy. The batch audit caught and rewrote repeated "is complete. You can..." closers and several participial tails that had stamped different chapters with the same model rhythm. New prose contains no em or en dashes, curly quotes, banned inflation vocabulary, or
-bearingconstructions.Scope
No root, gloss, module membership, or vocabulary entry changes. The lexicon remains at 1,275 entries, including 261 optional roots and 393 module memberships. The phonetic-neighbour baseline is regenerated because its corpus-frequency column reflects the revised primer examples.
Checks
python3 scripts/validate_examples.py --show-warningsreports 1,275 entries, 0 errors, and 0 warnings.python3 scripts/test_vocabulary_schema.pypasses 22 tests.python3 scripts/content_vocabulary_decisions.py --checkchecks 63 batches and 235 decisions.python3 scripts/test_content_vocabulary_decisions.pypasses 6 tests.python3 scripts/test_name_forms.pypasses 20 tests.python3 scripts/audit_phonetic_neighbors.py --output /tmp/phi_primer_phonetic_neighbors_final.txtmatches the committed baseline.python3 scripts/generate_reference.pyleaves the generated Part VII references unchanged.python3 scripts/build_site.pybuilds the complete site, including 26 primer chapters and contents.git diff --cached --checkpasses.