Skip to content

Commit fdf6284

Browse files
committed
culture(schleswig_holstein): add ## Title section to SH culture files
Follow-up to satisfy khai-tests v0.1.19's component contract: every khai file must carry a ## Title chapter. The four SH content files that don't already have one (position_language, piece_doppeleiche, place_kiel, process_deichgraf) now do. Each insertion is a two-line addition right after the existing level-1 heading: # Place: Kiel + ## Title + Kiel + ## Owner The existing `# <Kind>: <Name>` heading is preserved -- the engine convention stands; the new chapter just satisfies the structural test. Personas already have ## Title (with their role as subtitle), so they pass without change. The SH position file (culture_german_sh_position.md) also already passes -- only the language / piece / place / process needed the new chapter. Verified locally: pytest --pyargs khai_tests.components.test_khai_{position,piece,place,process} --khai-files="regions/europe/germany/schleswig_holstein/*.md" -> passes (was: 4 failed across the four kinds) https://claude.ai/code/session_01PaUEPspVUzy36LUZ4t1yEU
1 parent f9e6939 commit fdf6284

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

regions/europe/germany/schleswig_holstein/culture_german_sh_piece_doppeleiche.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stamp:
99
---
1010
# Piece: Doppeleiche
1111

12+
## Title
13+
Doppeleiche
14+
1215
## Owner
1316
- Project: Cultures
1417
- Culture: Schleswig-Holstein

regions/europe/germany/schleswig_holstein/culture_german_sh_place_kiel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stamp:
99
---
1010
# Place: Kiel
1111

12+
## Title
13+
Kiel
14+
1215
## Owner
1316
- Project: Cultures
1417
- Culture: Schleswig-Holstein

regions/europe/germany/schleswig_holstein/culture_german_sh_position_language.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stamp:
99
---
1010
# Language: SH-Hochdeutsch
1111

12+
## Title
13+
SH-Hochdeutsch
14+
1215
## Owner
1316
- Project: Cultures
1417
- Culture: Schleswig-Holstein

regions/europe/germany/schleswig_holstein/culture_german_sh_process_deichgraf.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stamp:
99
---
1010
# Process: Deichgraf
1111

12+
## Title
13+
Deichgraf
14+
1215
## Owner
1316
- Project: Cultures
1417
- Culture: Schleswig-Holstein

0 commit comments

Comments
 (0)