From 38f065bc604102eb9bd75459721f8b003e8041cb Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 27 May 2026 12:22:46 +0200 Subject: [PATCH] docs(dates): record list-rows-omit-raw-provenance decision near render Elicit asked that the "raw provenance shown on detail, not in list rows" choice be captured as a product decision rather than a payload accident. Add a code comment at the list-row DocumentDate render explaining showRaw={false} and the intentional metaDateRaw omission from DocumentListItem. Refs #666 Co-Authored-By: Claude Opus 4.7 --- frontend/src/lib/document/DocumentRow.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/lib/document/DocumentRow.svelte b/frontend/src/lib/document/DocumentRow.svelte index ac9fde0a..076ccc14 100644 --- a/frontend/src/lib/document/DocumentRow.svelte +++ b/frontend/src/lib/document/DocumentRow.svelte @@ -164,6 +164,10 @@ function safeTagColor(color: string | null | undefined): string {
+ {#if doc.documentDate}