feat(products): export hosted detail URL for fetched images; snapshot carries status (SD-0002 §6.5.5, INV-16)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 00:15:47 -07:00
parent da5177c950
commit 906bc87c96
5 changed files with 36 additions and 10 deletions
+1
View File
@@ -44,6 +44,7 @@ class CatalogImage:
source_url: str
position: int
alt_text: str | None
status: str = "pending"
@dataclass