19 lines
621 B
Markdown
19 lines
621 B
Markdown
# ADR 0011: KV With Iroh Documents
|
|
|
|
## Status
|
|
|
|
Accepted.
|
|
|
|
## Decision
|
|
|
|
KV resources will use Iroh Documents namespaces for small replicated state,
|
|
configuration, metadata, preferences, and script state. Authorization can include
|
|
prefix-scoped capabilities.
|
|
|
|
## Consequences
|
|
|
|
The prototype exposes CLI shape and durable local KV state. `iroh-docs 0.95.0`
|
|
is pinned and compiles against the daemon-owned `iroh 0.95.1` endpoint
|
|
generation, so the remaining work is replacing the bootstrap control-path KV
|
|
sync with an Iroh Documents namespace implementation and resource-scoped
|
|
authorization checks around namespace access.
|