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.pyhandled this chapter without modification.
Sub-theme files produced
| File | Lines | Sub-sub-themes | SMM blocks | Footnotes used |
|---|---|---|---|---|
ws-01-tribulation.md | 200 | 4 | 4 | 1–7 |
ws-02-the-last-judgment.md | 150 | 3 | 3 | (none) |
ws-03-new-revelation.md | 130 | 2 | 2 | 8–10 |
ws-04-recognizing-the-day-of-the-lord.md | 175 | 4 | 4 | 11–14 |
ws-05-the-messiah.md | 268 | 6 | 6 | 15–25 |
ws-06-the-kingdom-of-heaven.md | 193 | 4 | 4 | 26–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
-
Three orphan-space footnote conversions — all gated by
expected_footnoteso cannot be false positives. Lines 465 (marker 11), 559 (marker 14), 597 (marker 16). -
ws-02-the-last-judgment.mdhas 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. -
ws-05-the-messiah.mdhas 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. -
SMM number-prefix convention preserved per feedback_smm_prefix.
-
Tradition-tag italics kept as-extracted per pilot convention.
-
Closes Part 2. After this batch the corpus covers
God and Creation(Ch1–5) andSin 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"
doneFinalize plan
When user approves:
cp staging/ws-2-10-eschatology-and-messianic-hope/REVIEW.md _meta/batch-reviews/ws-2-10-eschatology-and-messianic-hope.mdmkdir -p resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope && mv staging/.../Chapter10-.../ws-*.md resources/WorldScripture/Part2/Chapter10-eschatology-and-messianic-hope/- Delete staging dir per 9c5d7a3 convention.
- 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).