Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
16
docs/adr/0012-automerge-documents.md
Normal file
16
docs/adr/0012-automerge-documents.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# ADR 0012: Automerge Documents
|
||||
|
||||
## Status
|
||||
|
||||
Accepted.
|
||||
|
||||
## Decision
|
||||
|
||||
Document resources will use Automerge for JSON-like CRDT state synchronized over
|
||||
Iroh streams. Documents may carry or delegate to their own resource-local auth
|
||||
state.
|
||||
|
||||
## Consequences
|
||||
|
||||
This leaves a path to multi-user local-first documents without implementing the
|
||||
full cryptographic model during bootstrap.
|
||||
Loading…
Reference in a new issue