geth/docs/adr/0012-automerge-documents.md

16 lines
376 B
Markdown
Raw Normal View History

2026-05-15 15:08:20 +02:00
# 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.