docs(v0.6): mark boot-read + catalog done, finalise the catalog list

Record the firmware boot-read (serde_json builds for xtensa) and the
just-init catalog as delivered, and replace the proposed French catalog
with the finalised 17-snippet English set (three groups). Note the
→/≠ base-font caveat and the no-clobber seeding guard.
This commit is contained in:
Julien Calixte
2026-07-12 10:36:58 +02:00
parent 85cbeceea9
commit 767742ba12
2 changed files with 34 additions and 25 deletions

View File

@@ -127,9 +127,11 @@ rather than refusing to start over a stray comma.
the device on the next clone/sync. This is deliberately where the heavy editing
happens; the appliance is for writing, not for maintaining a JSON library.
- **First-time setup.** [`just init`](../firmware/README.md#provisioning-an-sd-card)
seeds this file from a curated catalog — you pick which snippet groups you
want and it writes the selected subset into `repo/.typoena.snippets.json`
(committed on the device's first `:sync`). See
seeds this file from a curated catalog (`firmware/snippets-catalog/`) — you pick
which snippet groups you want and it `jq`-merges the selected subset into
`repo/.typoena.snippets.json` (committed on the device's first `:sync`). It
writes **only if the file is absent**, so re-running `init` on a card whose
clone already carries your library never overwrites it. See
[`v0.6-markdown.md`](v0.6-markdown.md) for the catalog.
- **On-device hand-edit — deferred.** The palette hides dotfiles, and `:e` was
dropped in v0.6, so there is no in-editor path to this file yet. When one is