Author common-of-an-abbot Lauds/Vespers bundle (= Confessor-Not-Bishop content)
Deploy / deploy (push) Successful in 1m18s
Deploy / deploy (push) Successful in 1m18s
Same finding as common-of-a-confessor: live-verified (St. Maurus, Jan 15; St. Odo, Feb 7) that Common-of-an-Abbot's real Lauds/Vespers content is identical to Common-of-a-Confessor-Not-Bishop's -- an Abbot isn't necessarily a bishop, so the traditional rite reuses the plain Confessor common for them. Duplicated the same 7 files under this id, matching the existing benedictus-antiphon-common-of-an-abbot.yml precedent. Proof tests on St. Maurus (Duplex II. classis, own Lauds + real First-Vespers anticipation Jan 14 -> 15). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014axryJBrRswYh2niA7WCUc
This commit is contained in:
@@ -193,6 +193,14 @@ describe('resolveOrdo("lauds", ...)', () => {
|
||||
expect(hymn?.kind === 'hymn' ? hymn.text.text.la : undefined).toContain('Jesu coróna célsior');
|
||||
});
|
||||
|
||||
it("uses common-of-an-abbot's real office bundle on St. Maurus's own day, not the ferial default", () => {
|
||||
const ordo = resolveOrdo('lauds', '2026-01-15');
|
||||
const chapter = ordo.parts.find((p) => p.kind === 'chapter');
|
||||
expect(chapter?.kind === 'chapter' ? chapter.text.citation?.en : undefined).toBe('Sir 31:8-9');
|
||||
const hymn = ordo.parts.find((p) => p.kind === 'hymn');
|
||||
expect(hymn?.kind === 'hymn' ? hymn.text.text.la : undefined).toContain('Jesu coróna célsior');
|
||||
});
|
||||
|
||||
it('includes the Kyrie + Our Father lead-in right after the Benedictus, before the day collect (either form)', () => {
|
||||
const ordo = resolveOrdo('lauds', FERIAL_TUESDAY);
|
||||
const litanyIndex = ordo.parts.findIndex((p) => p.kind === 'preces' && p.text.text.la?.includes('Kýrie, eléison'));
|
||||
|
||||
Reference in New Issue
Block a user