Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
15
docs/adr/0011-kv-iroh-documents.md
Normal file
15
docs/adr/0011-kv-iroh-documents.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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 MVP exposes CLI shape and types while deferring iroh-docs API pinning.
|
||||
Loading…
Reference in a new issue