Bootstrap geth Rust workspace

This commit is contained in:
Eric Wendland 2026-05-15 15:08:20 +02:00
commit 26f81ff1ef
73 changed files with 4835 additions and 0 deletions

View 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.