Batch ws-2-10-eschatology-and-messianic-hope — REVIEW

Content-cleanup variant per ADR-0009. Stage-2 cleanup of WS-II Chapter 10 (“Eschatology and Messianic Hope”), Part 2 (“Sin and Salvation”). Ninth Phase B chapter — closes Part 2.

What changed

  • New (6 files): resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope/ws-{NN-subtheme-slug}.md. Per-sub-theme files; line counts 130–268.
  • Intermediate (1 file, staging-only): staging/ws-2-10-eschatology-and-messianic-hope/resources/WorldScripture/Part2/ws-2-10-eschatology-and-messianic-hope.md.
  • No script changes. Existing clean_ws_chapter.py handled this chapter without modification.

Sub-theme files produced

FileLinesSub-sub-themesSMM blocksFootnotes used
ws-01-tribulation.md200441–7
ws-02-the-last-judgment.md15033(none)
ws-03-new-revelation.md130228–10
ws-04-recognizing-the-day-of-the-lord.md1754411–14
ws-05-the-messiah.md2686615–25
ws-06-the-kingdom-of-heaven.md1934426–27

27 inline footnote markers converted (= Ch10’s full back-matter count in ws-notes.md). Per-file footnote refs == defs across every sub-theme file (sum: 7+0+3+4+11+2 = 27).

Cleanup decisions (script-applied)

Same base transformations as prior chapters. No new patterns surfaced. Ch2–Ch9 unaffected (no script changes).

No manual fixes needed

  • 0 SMM mash flags
  • 0 chapter-title artifact flags
  • 0 blockquote unwrap flags
  • 3 orphan-space footnote conversions at lines 465, 559, 597 (existing period-fallback handled all three, gated by expected_footnote)

Flagged for human review

  1. Three orphan-space footnote conversions — all gated by expected_footnote so cannot be false positives. Lines 465 (marker 11), 559 (marker 14), 597 (marker 16).

  2. ws-02-the-last-judgment.md has 0 footnotes used. Correct — this sub-theme’s source passages are all citation-only with no back-matter annotations. The Last Judgment material is scripture-heavy with attribution lines only.

  3. ws-05-the-messiah.md has 11 footnotes (range 15–25), most of any sub-theme in the chapter — dense Christian/Jewish/Islamic messianic material requiring back-matter context for several passages. Per-file refs == defs holds.

  4. SMM number-prefix convention preserved per feedback_smm_prefix.

  5. Tradition-tag italics kept as-extracted per pilot convention.

  6. Closes Part 2. After this batch the corpus covers God and Creation (Ch1–5) and Sin and Salvation (Ch6–10), 10 of 22 chapters done. Ch11 (“Growth, Responsibility and Destiny”) opens Part 3.

Verification

head -16 resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope/ws-01-tribulation.md
 
for f in resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope/ws-*.md; do
  refs=$(awk 'BEGIN{p=1} /^## Footnotes/{p=0} p' "$f" | grep -oE '\[\^[0-9]+\]' | sort -u | wc -l)
  defs=$(awk '/^## Footnotes/,0' "$f" | grep -cE '^\[\^')
  echo "$(basename $f): refs=$refs defs=$defs"
done

Finalize plan

When user approves:

  1. cp staging/ws-2-10-eschatology-and-messianic-hope/REVIEW.md _meta/batch-reviews/ws-2-10-eschatology-and-messianic-hope.md
  2. mkdir -p resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope && mv staging/.../Chapter10-.../ws-*.md resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope/
  3. Delete staging dir per 9c5d7a3 convention.
  4. Commit; Ch11 (“Growth, Responsibility and Destiny”) opens Part 3 (“The Path of Life”).

Out of scope

  • Chapters 11–22 (12 batches remaining: Ch11–18 Part 3, Ch19–22 Part 4).
  • Front/back-matter (Phase C).
  • Atomization (stage-3).