Add local document resource commands

This commit is contained in:
Eric Wendland 2026-05-16 22:15:18 +02:00
commit ce260625d6
14 changed files with 277 additions and 14 deletions

View file

@ -292,11 +292,12 @@ Automerge documents.
- Schema mismatch is detected before applying changes.
- Optional CAS-backed snapshots or batches are documented if used.
- `[ ]` Automerge document resource.
- `[~]` Automerge document resource.
Acceptance criteria:
- `geth document create/status` works for local documents.
- Document state is stored durably.
- Tests cover create, update, save, and reload.
- `[x]` `geth document create/status` works for local documents.
- `[x]` Document metadata and empty JSON state are stored durably.
- `[ ]` Automerge document state is stored durably.
- `[ ]` Tests cover create, update, save, and reload.
- `[ ]` Automerge sync over Iroh.
Acceptance criteria: