mirror of
https://github.com/Klotzkette/claude-fuer-deutsches-recht
synced 2026-06-09 10:03:19 +00:00
Fix: Multiple H1 in 1063 Skills (Submodul-Titel zu H3 demotiert) (#234)
Aus dem Codex-Kompendien-Aufsplittungs-Pass uebriggebliebene Mehrfach-H1 in 'Prueffelder im Detail'-Sections: jedes Modul hatte ein eigenes `# Modul-Titel` zusaetzlich zum Top-Level-Skill-Titel. Markdown-Skill- Hierarchie ist aber: ein Skill = ein H1. Submodul-Titel sind H3. Aufgespuert beim Konsistenz-Check nach Toms Frage 'wirklich verbessert oder Mist gebaut?'. Mein vorheriges Mischmasch-Eradikations-Skript (PR #230) hatte das uebersehen. Reparatur: Pro Skill alle nachgeordneten `# ` (H1) zu `### ` (H3) demotion ab dem zweiten Vorkommen. Validator gruen. 0 verbleibende Multiple-H1 Skills. Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -75,16 +75,16 @@ projekt/
|
||||
## Aufrufbeispiel
|
||||
|
||||
```bash
|
||||
# Vollurteil
|
||||
### Vollurteil
|
||||
python3 urteilsbauer-relationsmacher/skills/dokumente-rendern-urteil-docx/assets/render_urteil.py \
|
||||
testakten/solis-vision-x-smartglasses/output \
|
||||
testakten/solis-vision-x-smartglasses/output/urteil.docx \
|
||||
--typ urteil --pdf
|
||||
|
||||
# Versaeumnisurteil (ohne Tatbestand und Gruende)
|
||||
### Versaeumnisurteil (ohne Tatbestand und Gruende)
|
||||
python3 .../render_urteil.py eingabe ausgabe.docx --typ versaeumnis
|
||||
|
||||
# Beschluss
|
||||
### Beschluss
|
||||
python3 .../render_urteil.py eingabe ausgabe.docx --typ beschluss
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user