Add Wortschatz & Grammatik A1 Abschnitt A, switch Ergaenzung to per-section filing

Uses the book's own lettered Inhalt structure (Abschnitt A-Q) instead of
per-sub-exercise files, since sub-exercises are often half a page each.
Section A covers Person, Familie und Freunde (pp. 8-18), cross-referenced
against Menschen Lektion 1 and 3.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-10 02:11:55 +03:30
co-authored by Claude Sonnet 5
parent 458c7f9a38
commit 903960a2ba
4 changed files with 217 additions and 15 deletions
+16 -11
View File
@@ -104,19 +104,24 @@ structure would misrepresent that, so they get their own space instead:
```
Ergaenzung/
wortschatz-grammatik-a1/einheit-XX.md
hoeren-sprechen-a1/einheit-XX.md
lesen-schreiben-a1/einheit-XX.md
wortschatz-grammatik-a1/abschnitt-X.md
hoeren-sprechen-a1/abschnitt-X.md
lesen-schreiben-a1/abschnitt-X.md
_template.md ← template for these files
INDEX.md ← per-book tables mapping each unit to Menschen Lektion(en)
INDEX.md ← per-book tables mapping each section to Menschen Lektion(en)
```
Each `einheit-XX.md` is scoped like a lesson file (vocab/grammar covered,
exercise summary, audio transcript if applicable, answer key highlights,
notes) but adds a **"Relates to Menschen Lektion(en)"** field so a tutor
session can tell whether content is reinforcing what's already been covered
in *Menschen* or introducing something new/out-of-scope.
Each `abschnitt-X.md` covers one lettered section as defined by that book's
own table of contents (e.g. Wortschatz & Grammatik A1's "A Person, Familie
und Freunde", which itself bundles ~17 small sub-exercises) — not one file
per tiny sub-exercise, since those are often half a page each. It's scoped
like a lesson file (vocab/grammar covered, exercise summary, audio
transcript if applicable, answer key highlights, notes) but adds a
**"Relates to Menschen Lektion(en)"** field so a tutor session can tell
whether content is reinforcing what's already been covered in *Menschen*
or introducing something new/out-of-scope. These books also ship their own
built-in Lösungen (answer key), so no separate answer-key source is needed.
Workflow for adding a unit: same as adding a *Menschen* lesson (get the
pages as PDF/photo, Claude summarizes into `einheit-XX.md` using
Workflow for adding a section: same as adding a *Menschen* lesson (get the
pages as PDF/photo, Claude summarizes into `abschnitt-X.md` using
`Ergaenzung/_template.md`, review, update `Ergaenzung/INDEX.md`, commit).