fabro/lib
Scott Werner af522d1aae Share the blob cache across dump Json and Text hydration
hydrate_referenced_blobs_with_reader kept a per-call blob cache for the
Json entries but the Text branch bypassed it, so offloaded stage
responses (referenced by both checkpoint values and response.md) were
fetched twice per dump. Both branches now hydrate through the shared
cache, and a test pins the single-fetch behavior.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-17 13:56:19 -04:00
..
apps Type the blob-write response hash as fabro_types::BlobHash 2026-08-17 13:56:19 -04:00
components Share the blob cache across dump Json and Text hydration 2026-08-17 13:56:19 -04:00
foundation Type the blob-write response hash as fabro_types::BlobHash 2026-08-17 13:56:19 -04:00
packages/fabro-api-client Type the blob-write response hash as fabro_types::BlobHash 2026-08-17 13:56:19 -04:00