a68ab716b7
TemporalFeastRecord had no rank field at all, so Christmas/Pentecost/ Christ the King/Marian Saturday had nothing for the day label to show. Christmas, Pentecost, and Christ the King are Duplex I Class (the latter's own file comment already said so); Marian Saturday is a Simplex-strength votive commemoration. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
18 lines
859 B
YAML
18 lines
859 B
YAML
# Christmas's own Octave (Dec 25 - Jan 1), the one exception this pull's
|
|
# other octaves aren't: it already has partial standing via the
|
|
# `privileged-feria-minor` temporal category (see
|
|
# data/calendar/temporal-categories.yml's christmastide entry), which
|
|
# governs *ordinary* days within it. This record adds the generic octave
|
|
# layer on top so Christmas itself keeps accumulating as a commemoration
|
|
# on the days that belong to someone else within the Octave (Stephen,
|
|
# John, Holy Innocents, Thomas of Canterbury, Silvester) — those days
|
|
# already resolve correctly without this, this is what makes "Christmas"
|
|
# itself keep showing up alongside them. `wins` left at the default
|
|
# (semiduplex) deliberately, not yet independently verified for Christmas
|
|
# specifically.
|
|
id: christmas-day
|
|
name: "Christmas"
|
|
rank: duplex-1-classis
|
|
octave:
|
|
enabled: true
|