Add local document JSON state commands

This commit is contained in:
Eric Wendland 2026-05-17 19:59:03 +02:00
commit e039a4f81f
11 changed files with 153 additions and 10 deletions

View file

@ -318,8 +318,12 @@ Automerge documents.
Acceptance criteria:
- `[x]` `geth document create/status` works for local documents.
- `[x]` Document metadata and empty JSON state are stored durably.
- `[x]` `geth document set/get` stores and returns validated local JSON
state.
- `[x]` Tests cover create, update, save, and reload of local JSON document
state.
- `[ ]` Automerge document state is stored durably.
- `[ ]` Tests cover create, update, save, and reload.
- `[ ]` Tests cover Automerge create, update, save, and reload.
- `[ ]` Automerge sync over Iroh.
Acceptance criteria: