From a3a9d568ed6a635927eda6f05da6446de6357ce4 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sat, 29 Aug 2026 07:33:15 -0400 Subject: [PATCH] Include the canticle's own citation in Lauds' resolved output canticleText() built the resolved text/status from the weekday canticle's verses but never copied the source YAML's own citation field across, so every Lauds canticle rendered with no book/chapter/ verse citation at all despite the data already carrying one. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01VFGHb4XMe6Wya4pGpPhEEi --- src/hours/lauds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hours/lauds.ts b/src/hours/lauds.ts index a8b30e2..80c52a5 100644 --- a/src/hours/lauds.ts +++ b/src/hours/lauds.ts @@ -128,7 +128,7 @@ function canticleText(canticleId: string, slice?: [number, number]): ResolvedTex } status[lang] = worst; } - return { text, status }; + return { text, status, citation: { la: canticle.citation, en: canticle.citation } }; } /** Ps 66 through the Laudate psalms — see hours/types.ts's 'lauds-psalmody'