Commit fdf6284
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_01PaUEPspVUzy36LUZ4t1yEU1 parent f9e6939 commit fdf6284
4 files changed
Lines changed: 12 additions & 0 deletions
File tree
- regions/europe/germany/schleswig_holstein
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments