Split Terce/Sext/None Preces into always-shown Kyrie/Pater + ferial-only versicles

Kyrie eleison and Pater Noster now render every day regardless of rank
(minor-hour-kyrie-pater); the further Preces V/R versicle pairs are
ferial-only, dropped on Sunday and any sanctoral winner.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017XMSokiTD2Qc5vPP2YQu3Q
This commit is contained in:
2026-09-01 06:39:10 -04:00
parent 45c1f4e958
commit b050e523ec
9 changed files with 67 additions and 25 deletions
+3
View File
@@ -10,9 +10,12 @@ parts:
resolve: by-weekday
- kind: chapter
textRef: { source: common, id: none-capitulum-per-annum }
- kind: preces
textRef: { source: common, id: minor-hour-kyrie-pater }
- kind: preces
textRef: { source: common, id: minor-hour-preces-feriales }
label: Preces
ferialOnly: true
- kind: day-collect
- kind: preces
textRef: { source: common, id: little-hour-conclusio }
+3
View File
@@ -10,9 +10,12 @@ parts:
resolve: by-weekday
- kind: chapter
textRef: { source: common, id: sext-capitulum-per-annum }
- kind: preces
textRef: { source: common, id: minor-hour-kyrie-pater }
- kind: preces
textRef: { source: common, id: minor-hour-preces-feriales }
label: Preces
ferialOnly: true
- kind: day-collect
- kind: preces
textRef: { source: common, id: little-hour-conclusio }
+10 -2
View File
@@ -18,8 +18,13 @@
# Preces (Kyrie/Pater Noster + a short V/R litany) were added after the
# chapter/collect, by deliberate choice, even though real Monastic
# Terce/Sext/None has none — see minor-hour-preces-feriales.yml's header
# for the reference-engine source and the "every day" simplification,
# mirroring the same deviation already made for Prime.
# for the reference-engine source, mirroring the same deviation already
# made for Prime. Split 2026-09-01, by explicit choice: the Kyrie/Pater
# Noster piece (minor-hour-kyrie-pater) always shows regardless of rank,
# while the further Preces versicles proper (minor-hour-preces-feriales,
# now trimmed to just those) are ferial-only (`ferialOnly: true`) —
# see hours/resolve-common.ts's isFerialOrVigil, the same predicate
# Lauds'/Vespers' own ferial Preces use.
id: terce
parts:
- kind: opening-versicle
@@ -29,9 +34,12 @@ parts:
resolve: by-weekday
- kind: chapter
textRef: { source: common, id: terce-capitulum-per-annum }
- kind: preces
textRef: { source: common, id: minor-hour-kyrie-pater }
- kind: preces
textRef: { source: common, id: minor-hour-preces-feriales }
label: Preces
ferialOnly: true
- kind: day-collect
- kind: preces
textRef: { source: common, id: little-hour-conclusio }