Author day collects for all 94 propers:null saints via Kalendaria tables
Deploy / deploy (push) Successful in 59s
Deploy / deploy (push) Successful in 59s
Blind per-date source-file reading (Sancti/SanctiM MM-DD.txt) turned out
unreliable for collect authorship: those files are era-merged, carrying
centuries of accumulated saints behind rubric-conditional gating, so a
naive read often returned a saint canonized long after 1617 instead of
the Monastic-Tridentine-era one actually on this calendar (St. Didacus
instead of All Saints of the Benedictine Order, St. Rose of Lima instead
of Ss. Felix and Adauctus, etc).
Fixed by pulling from web/www/Tabulae/Kalendaria/'s own era-specific
calendar tables (1570.txt Tridentine base + M1617.txt's Monastic diffs)
instead, cross-validated against the pre-1955/Divino Afflatu chain
(1888->1906->1939->1954) as a corroborating signal. Cross-referencing all
205 existing saint records against this table confirmed 204/205 were
already correctly placed -- the earlier live-query verification work was
sound, only blind file-reading was flawed -- so no sanctoral-calendar.yml
corrections were needed, just the collect content itself.
Two collect shapes came out of the 94: 34 proper collects (own YAML file,
Latin verified against source, English translated+draft where the source
lacked it) and 60 resolved via a new Common-collect templating mechanism
-- SaintRecord.collectCommon/collectName plus substituteName() in
resolve-common.ts, filling a template's {N} placeholders positionally
from the saint's own declined name, across 21 new common/collect-c*.yml
templates named after the source's own C-numbering.
St. Michael's Sep 29 propers resolved via its whole-file @Sancti/05-08
inheritance (Apparition of St. Michael, May 8). St. Martha's plural-
template default was overridden to the singular collect-c6a since she's
one person, not a pair.
Also fixes a latent bug this surfaced: getDayCollect looked up
`${collectCommon}-collect`, but collect-c*.yml files are id'd as
`collect-c2` etc with no such suffix -- caught by a smoke test where
every one of the 93 non-Michael saints resolved as missing.
4 pre-existing tests updated: they asserted specific saints (St.
Benedict, St. Romanus Abbot, St. Anthony Abbot) had no authored collect,
which is no longer true; resolve-common.test.ts's generic "missing" case
now uses a synthetic day/winner since no real unauthored saint remains
as an example.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
# Verified against Divinum Officium (web/www/horas/Latin/Sancti/09-29.txt,
|
||||
# untagged/default [Rank] block — that file's own "(sed rubrica tridentina)"
|
||||
# alternate gives Duplex II classis instead; the plain default is used here
|
||||
# for consistency with how every other saint file in this set was read).
|
||||
# FLAGGED (September pull): a live kalendar query against this pull's
|
||||
# actual target track ("Monastic Tridentinum 1617") shows nothing at all
|
||||
# on Sep 29 across 6 different years, and this file's own [Rank] block has
|
||||
# no untagged/default entry for Sep 29 specifically -- only rubric-tagged
|
||||
# alternates. The already-verified May 8 Apparition of St. Michael (see
|
||||
# apparition-of-st-michael.yml) may be this tradition's only real
|
||||
# Michaelmas. Kept mapped to Sep 29 anyway as a deliberate, informed
|
||||
# simplification (explicit user decision, 2026-08), not an oversight.
|
||||
# RESOLVED (2026-08): the earlier "flagged" uncertainty below is now
|
||||
# settled by the reference engine's own era-specific calendar table
|
||||
# (web/www/Tabulae/Kalendaria/1570.txt, unchanged by M1617.txt's own
|
||||
# diffs) — Sep 29 genuinely is St. Michael's day under Monastic 1617
|
||||
# (rank 3, "In dedicatione S. Michaelis Archangelis"), it just never won
|
||||
# outright against a stronger day in any of the 6 years spot-checked
|
||||
# live. Its own source file (Sancti/09-29.txt) is a whole-file
|
||||
# cross-reference to Sancti/05-08.txt — the Apparition of St. Michael's
|
||||
# own file — confirmed live: the two saints' collects are word-for-word
|
||||
# identical. `propers` points at Apparition's own id directly rather than
|
||||
# duplicating the content, matching that cross-reference exactly.
|
||||
#
|
||||
# Prior comment, kept for the record: a live kalendar query against
|
||||
# "Monastic Tridentinum 1617" showed nothing at all on Sep 29 across 6
|
||||
# different years, and Sancti/09-29.txt's own [Rank] block has no
|
||||
# untagged/default entry for Sep 29 specifically — only rubric-tagged
|
||||
# alternates. That's just this feast's real rank (3, fairly low) losing
|
||||
# every tested year, not an absence from the calendar.
|
||||
id: st-michael
|
||||
name: "St. Michael the Archangel"
|
||||
rank: duplex-1-classis
|
||||
common: common-of-an-angel
|
||||
propers: null
|
||||
propers: "apparition-of-st-michael"
|
||||
|
||||
Reference in New Issue
Block a user