Files
2026-07-26 18:11:57 +02:00

32 lines
963 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# S01 Alle Hefte extrahieren
Lies `prompts/suggestions/00-MASTER.md`. Nur Extraktion noch keine Varianten erfinden.
## Auftrag
1. Parse **jede** `.docx` in `1. Ausbildungsjahr/` und `2. Ausbildungsjahr/`.
2. Ziehe Rohtext aus `word/document.xml`.
3. Speichere Rohdump + strukturierte Phrasen:
- `web/scripts/extracted-all.txt` (Roh)
- `web/scripts/raw-phrases.json` mit Feldern:
- `sourceFile`
- `activities[]`
- `weekThemes[]`
- `schoolTopics[]`
- `frameworkRefs[]` (nur zum Filtern, nicht als Suggestion)
## Parsing-Hinweise
Abschnitte typischerweise:
- Tätigkeiten vor „Betriebliche Tätigkeiten“ / Rahmenplan
- „Thema der Woche …“
- „Berufsschule …“
Alles was Header/Footer/Unterschrift ist → ignorieren.
## Abnahme
- [ ] Anzahl Quelldateien = Anzahl geparster Hefte (ca. 78)
- [ ] Pro Heft mindestens ein paar Activities (außer reine Urlaubswochen)
- [ ] JSON ist valide und nachvollziehbar