From 71ac6b2672ec35ca659905215880eea32920bbc1 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 28 Aug 2026 19:02:27 -0400 Subject: [PATCH] Drop stale Gospel-redisplay note now that pericope+homily pair is planned The Te decet laus entry flagged the historical Gospel-read-again-in-full step as unmodeled; that's moot now that Nocturn 3 will display the Gospel pericope alongside its patristic homily. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01D1LqodVbQdQVoTGPz9sSw4 --- TODO.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 119f7ce..3df0485 100644 --- a/TODO.md +++ b/TODO.md @@ -55,10 +55,7 @@ across every hour and content type in this app. (`data/propers/common/te-decet-laus.yml`, sourced from `Psalterium/Common/Prayers.txt`'s `[Te decet]` block) rendered as a `versicle` part immediately after the Te Deum on every 3-nocturn day (Sunday or Duplex+), in both `hours/matins.ts` branches that push a Te Deum. - Not modeled: the historical Gospel-read-again-in-full step that live-precedes it (a - pre-existing, separate known simplification — see - `data/propers/nocturn-readings/post-pentecost-15.yml`'s own header comment). Absent on - ferial (1-nocturn) days, same gating as the Te Deum itself. `tests/hours/matins.test.ts` + Absent on ferial (1-nocturn) days, same gating as the Te Deum itself. `tests/hours/matins.test.ts` covers both the Sunday branch's presence/content and the ferial branch's absence. - ~~Matins nocturn-readings responsory formatting~~ — done (2026-08-23), see "Nocturn- readings responsory marker fix" below.