@@ -21,34 +21,34 @@ one HJSON line away.
2121
2222![ Inkhaven screenshot] ( screen.png )
2323
24- ## Latest release · 1.7.3 — The Analyst's Bench
24+ ## Latest release · 1.7.4 — Rounding Out the Sounds
2525
26- Read the full notes: [ ` Documentation/RELEASE_NOTES/1.7.3 .md ` ] ( Documentation/RELEASE_NOTES/1.7.3 .md )
26+ Read the full notes: [ ` Documentation/RELEASE_NOTES/1.7.4 .md ` ] ( Documentation/RELEASE_NOTES/1.7.4 .md )
2727
28- Three more read-only analyses round out the phonology bench, plus a one-page grammar
29- sketch that gathers the whole suite into a single readable overview. ** No new runtime
30- crates.** Test suite → 2511 , warning-free.
28+ Two more phonology tools that go from analysis to advice: a recommender for what your
29+ inventory is missing, and an AI scaffold that proposes a starter inventory from a
30+ description. ** No new runtime crates.** Test suite → 2514 , warning-free.
3131
32- ### Vowel harmony & positional distribution
32+ ### What is your inventory missing?
3333
34- ` inkhaven language harmony <lang> ` measures how consistently a word's vowels agree on
35- backness and rounding — a * strong* /* tendency* /* none* verdict for vowel harmony.
36- ` inkhaven language distribution <lang> ` reports * where* each phoneme appears (onset /
37- nucleus / coda, word edges) and surfaces ** restricted distributions** — the consonant
38- confined to codas, or barred from a word edge.
34+ ` inkhaven language suggest-phonemes <lang> ` recommends the phonemes that would round out
35+ the inventory — the voiced counterpart missing beside a voiceless obstruent, a
36+ near-universal segment the inventory lacks — via the distinctive-feature matrix. Advisory;
37+ changes nothing.
3938
40- ### A one-page sketch
39+ ### A starter inventory from a description
4140
42- ` inkhaven language sketch <lang> ` assembles the phonology, typology and lexicon analyses
43- into three short prose paragraphs — the analysis dashboard as a page you can read.
44- Deterministic, needs no provider, always current; ` --out ` writes it to a file.
41+ ` inkhaven language scaffold --from "a flowing, vowel-rich island language" ` asks the model
42+ for a coherent starter phoneme inventory and syllable templates, ** validates it by parsing
43+ it back** , and prints it as pasteable Phonology-chapter HJSON. Preview-only — a place to
44+ start a new language from a blank page.
4545
4646### Dependencies & compatibility
4747
48- ** No new runtime crates.** Everything is additive — three new ` language ` subcommands
49- (` harmony ` , ` distribution ` , ` sketch ` ); existing projects and languages are unchanged. The
48+ ** No new runtime crates.** Everything is additive — two new ` language ` subcommands
49+ (` suggest-phonemes ` , ` scaffold ` ); existing projects and languages are unchanged. The
5050companion book's command reference is updated to match. Warning-free (binary and tests).
51- Test suite → 2511 .
51+ Test suite → 2514 .
5252
5353Every prior release lives under
5454[ ` Documentation/RELEASE_NOTES/ ` ] ( Documentation/RELEASE_NOTES/ ) .
0 commit comments