Commit Graph

7 Commits

Author SHA1 Message Date
Claude 26a7859743 fix(lore): restore lost heading structure in Przewodnik Ludzkości
This file (1225 lines) had a severe, systemic version of a bug seen in
smaller doses in earlier books: from partway through Rozdział II onward
(~1130 lines, everything through Rozdział X and all 4 annexes), section
headings had degraded into plain paragraph text during a prior sync -
no "#" markers at all. Content wasn't lost, just unstructured: no
outline, no working internal links, and the auto-generated
table-of-contents block only ever covered the first two chapters.

Restored headings programmatically by matching each plain-text line
against the doc's actual heading list (in document order, to avoid
mismatching duplicate-looking section names) and re-adding the correct
"#" level - 202 headings fixed. Replaced the now very-stale hand-written
TOC (which only listed chapters I-II) with the same auto-generating
`table-of-contents` plugin block already used elsewhere in the vault
(e.g. lore/02), since hand-maintaining 200+ TOC lines isn't sustainable.

Diffed the full chapter III-X + annexes text against the doc afterward:
only one real content difference in ~1300 lines - a singular/plural
mismatch ("który pierwotnie popierał" vs "którzy pierwotnie popierali")
that changed whether one prince or several supported the founding of
Królestwo Zaryn. Fixed to match the book (singular, matches Robert Zaryn
being established elsewhere as the sole founder).

Confirmed the ~16 headings that didn't restore (Ziemia/Hiondirs detail
subsections under Rozdział II) are intentional: that content already
lives in locations/Ziemia (Sol-3-1725)/... and locations/Hiondirs-4/...,
correctly split out per the established book-links-out-to-entity-file
pattern, headings and all.
2026-08-16 16:09:02 +00:00
Claude 890dcfd691 fix(rules,lore,spells): reconcile Klątwa Otchłani against source doc
Fetched the "Klątwa Otchłani" doc and checked it against rules/02
(mechanics), lore/02 (Otchłań worldbuilding), and the eldritch spell
files it links out to.

- Missing rules content: "Przywołanie Istoty z Otchłani" gave no way to
  actually determine required successes ("depends on the creature", full
  stop) - the book's per-creature table (Tajemny Krab 2, Strażnik
  Otchłani 4, Czempion Otchłani 6, Simulacrum 10 successes, plus their
  Otchłań-bond level requirements) was dropped entirely. Restored it.
- Wrong cross-reference: rules/02's Wstęp pointed to
  [[03. Ekonomia Magicznego Świata]] (a different book's lore file
  entirely) instead of [[02. Otchłań i Magia]].
- Two more headings that degraded to plain text during a prior sync
  ("Bariera Ziemi", "Przebudzenie" in lore/02) - same failure pattern as
  Arcanum Sanguinis, now fixed.
- Chapter renumbering inconsistency: rules/02 renumbers every chapter
  locally (I-V) except the last one, which stayed "Rozdział X" from the
  book's original numbering. Renumbered to VI for consistency with its
  siblings.

Verified: Nil/Mundus/Tempus/Mistrz Losu personifications (already split
to npcs/Kult Otchłani/*.md) and all 5 eldritch spell stat blocks match
the doc. Rozdział III (Kara za nieudolność) and VIII (Choroby
Psychiczne) are empty in the book itself, not a sync gap.
2026-08-16 15:56:15 +00:00
Octoturge 625d2b1cf7 vault backup: 2026-06-28 19:41:46 2026-06-28 19:41:46 +02:00
Octoturge 85d10f8cbb vault backup: 2026-06-28 17:36:15 2026-06-28 17:36:15 +02:00
Octoturge 33318d04f1 feat: initialize world-building documentation with organizational, character, location, and race entries 2026-06-14 10:13:31 +02:00
Octoturge 91e945e938 feat: initialize world-building notes with disciplines, organizations, races, and NPC templates and guides 2026-06-10 01:07:51 +02:00
Octoturge 3694716652 Initial commit 2026-06-09 21:47:57 +02:00