Author missing Matins Gospel pericopes across nocturn-readings store
Deploy / deploy (push) Successful in 1m56s
Deploy / deploy (push) Successful in 1m56s
~110 of 355 nocturn-readings files had a patristic homily with no paired Gospel-pericope text -- the homily discussing a Gospel that was never itself transcribed into the file. Closed in two waves (the first pass's source-string regex missed many real cases where the citation lived only in a header comment or wasn't named at all), each entry sourced from divinum-officium-reference's own Missale files (following Sancti/Commune redirects where a feast reuses another's Gospel) and verified per file rather than assumed -- several candidates turned out to be genuine Nocturn 2 content or Common-of-saints cross-references with no proper Gospel of their own, correctly left untouched. Includes both live-reported gaps: St. Joseph of Cupertino's own Bk. II Homily 38 (Matt 22:1-14) and the Vigil of St. Matthew's Ambrose homily (Luke 5:27-32). TODO.md logs the closed item plus a new, distinct follow-up: a handful of files with no Nocturn 3 content authored at all (not just an unpaired Gospel), found along the way. npm test (2029 passed) and tsc --noEmit both pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MKC2QQGLYo2UTiDjDyWEkW
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
# St. Ambrose's homily on Luke 1:26-38, not a Gospel-pericope-plus-homily
|
||||
# pattern of its own.
|
||||
#
|
||||
# Update (2026-09-05): the Gospel pericope itself (Luke 1:26-38) is now
|
||||
# authored too (isGospel: true, immediately before the homily) — this
|
||||
# same pericope is already authored verbatim in annunciation.yml (whose
|
||||
# own Gospel redirects back to this very Ember Wednesday, per that
|
||||
# file's own header), so reused from there rather than re-derived.
|
||||
#
|
||||
# Recombined into one reading 2026-09-04 (previously kept as 3 separate
|
||||
# readings): checked the reference source directly (Sancti/03-25.txt's
|
||||
# own Lectio7-9) and confirmed this is one continuous, unbroken Ambrose
|
||||
@@ -20,6 +26,44 @@
|
||||
# reading case in this store.
|
||||
id: ember-advent-wednesday
|
||||
readings:
|
||||
- nocturn: 1
|
||||
isGospel: true
|
||||
citation: { la: "Luc 1:26-38", en: "Luke 1:26-38" }
|
||||
text:
|
||||
la: >-
|
||||
In illo témpore: Missus est Angelus Gábriel a Deo in civitátem Galilǽæ, cui nomen
|
||||
Názareth, ad Vírginem desponsátam viro, cui nomen erat Joseph, de domo David, et nomen
|
||||
Vírginis María. Et ingréssus Angelus ad eam, dixit: Ave, grátia plena; Dóminus tecum:
|
||||
benedícta tu in muliéribus. Quæ cum audísset, turbáta est in sermóne ejus: et cogitábat,
|
||||
qualis esset ista salutátio. Et ait Angelus ei: Ne tímeas, María, invenísti enim grátiam
|
||||
apud Deum: ecce, concípies in útero, et páries fílium, et vocábis nomen ejus Jesum. Hic
|
||||
erit magnus, et Fílius Altíssimi vocábitur, et dabit illi Dóminus Deus sedem David, patris
|
||||
ejus: et regnábit in domo Jacob in ætérnum, et regni ejus non erit finis. Dixit autem
|
||||
María ad Angelum: Quómodo fiet istud, quóniam virum non cognósco? Et respóndens Angelus,
|
||||
dixit ei: Spíritus Sanctus supervéniet in te, et virtus Altíssimi obumbrábit tibi. Ideóque
|
||||
et quod nascétur ex te Sanctum, vocábitur Fílius Dei. Et ecce, Elísabeth, cognáta tua, et
|
||||
ipsa concépit fílium in senectúte sua: et hic mensis sextus est illi, quæ vocátur stérilis:
|
||||
quia non erit impossíbile apud Deum omne verbum. Dixit autem María: Ecce ancílla Dómini,
|
||||
fiat mihi secúndum verbum tuum.
|
||||
en: >-
|
||||
At that time, the angel Gabriel was sent from God to a town of Galilee called Nazareth,
|
||||
to a virgin betrothed to a man named Joseph, of the house of David, and the virgin's name
|
||||
was Mary. And when the angel had come to her, he said, "Hail, full of grace, the Lord is
|
||||
with you. Blessed are you among women." When she had heard him she was troubled at his
|
||||
word, and kept pondering what manner of greeting this might be. And the angel said to her,
|
||||
"Do not be afraid, Mary, for you have found grace with God. Behold, you shall conceive in
|
||||
your womb and shall bring forth a son; and you shall call His name Jesus. He shall be
|
||||
great, and shall be called the Son of the most High; and the Lord God will give Him the
|
||||
throne of David His father, and He shall be king over the house of Jacob forever; and of
|
||||
His kingdom there shall be no end." But Mary said to the angel, "How shall this happen,
|
||||
since I do not know man?" And the angel answered and said to her, "The Holy Spirit shall
|
||||
come upon you, and the power of the Most High shall overshadow you, and therefore the Holy
|
||||
One to be born shall be called the Son of God. And, behold, Elizabeth your kinswoman also
|
||||
has conceived a son in her old age, and she who was called barren is now in her sixth
|
||||
month; for nothing shall be impossible with God." But Mary said: "Behold the handmaid of
|
||||
the Lord; be it done to me according to your word."
|
||||
status: { la: verified, en: verified }
|
||||
|
||||
- nocturn: 1
|
||||
isGospel: false
|
||||
source: "St. Ambrose, Bishop of Milan, Commentary on Luke, Book 2 (from the Annunciation's own Common)"
|
||||
|
||||
Reference in New Issue
Block a user