Files
hbm-obsidian/rules
Claude d8d82c4dfa fix(rules): restore structure and add frontmatter to Podręcznik Gry
This was the oldest and roughest sync of all 8 books (dated
2026-01-20, before the process gained frontmatter/structure) - the
entire 1400+ line file had exactly one heading (the title) and every
single chapter/section marker had degraded to plain text, same failure
pattern seen (in smaller doses) throughout this reconciliation pass.

- Restored 167 headings programmatically via the same doc-order text
  matching used for Przewodnik Ludzkości, plus a couple of manual fixes
  the automated pass couldn't place (an off-by-one on "Wstęp", and
  "Rozdział VII - Religia" which turned out to have zero presence in
  the vault file at all, not even a stub).
- Added proper frontmatter (tags/book/author/last-updated-at/aliases),
  matching every other rules/*.md file in the vault - this file never
  had any.
- Replaced the stale hand-written page-numbered TOC (a leftover from
  the print layout, page numbers meaningless in Obsidian) with the
  auto-generating `table-of-contents` block used elsewhere, and
  stripped the ~60-line run of empty paragraphs left over from the
  Google Doc's title page.
- Added the missing Rozdział VII stub, linking to concepts/Bogowie/
  Panteon.md and concepts/Siedem Grzechów/Siedem Grzechów.md - both
  already exist with full per-god/per-sin writeups (richer than the
  book itself, which leaves several gods as bare headings), just had
  no back-reference from the core rulebook.

Content-diffed Rozdział II (Tworzenie Postaci) and Rozdział V (Walka i
Magia) in full against the doc - the two chapters most likely to hide a
real rules bug (character creation, combat) - both came back clean,
only cosmetic Google Docs typography artifacts (comma spacing, stripped
live doc hyperlinks replaced with plain text/wikilinks).
2026-08-16 16:13:18 +00:00
..
2026-06-09 21:47:57 +02:00