16 lines
385 B
Markdown
16 lines
385 B
Markdown
# ADR 0008: CAS And Blob Distribution
|
|
|
|
## Status
|
|
|
|
Accepted.
|
|
|
|
## Decision
|
|
|
|
CAS starts as local filesystem storage with BLAKE3 content hashes. Future work
|
|
adds iroh-blobs, provider tracking, pins, encrypted private blobs, collections,
|
|
manifests, and file sync tree objects.
|
|
|
|
## Consequences
|
|
|
|
The MVP has useful local blob commands while preserving a path to networked blob
|
|
distribution.
|