Add binary-safe media storage seam

This commit is contained in:
Jacob Dubin
2026-05-17 16:47:58 -05:00
parent 14b5cb74cc
commit 9353e8d2e3
17 changed files with 390 additions and 38 deletions

View File

@@ -466,7 +466,7 @@ Current release theme:
### 11. Binary-Safe Media Storage
- Status: `ready`
- Status: `in progress`
- Tags: `storage`, `protocol`
- Why next:
- the first gallery bridge stores metadata and text-body placeholders, but final gallery support needs originals and thumbnails
@@ -474,6 +474,9 @@ Current release theme:
- whether stock gallery expects originals, thumbnails, or both
- what upload metadata must survive for gallery refresh
- how to map this cleanly to Blob Storage
- Implementation notes:
- media content now flows through a storage seam with file and Azure Blob adapters
- the protocol still serves the legacy text-body contract, but the original payload is now persisted separately and can be swapped to binary-native storage later
### Next Up (`2026-05-06`): Dialog Parsing Expansion And Ambiguity Guardrails