commit 8f9bfa441c0b259b91834ce4f9e4a5028a673ec1 parent 888cf6e4f8983d2c72aebbb7cf96c709360561fb Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:59 +0000 docs: update `radroots-replica-sync` readme Diffstat:
| M | crates/replica-sync/README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/crates/replica-sync/README.md b/crates/replica-sync/README.md @@ -4,10 +4,10 @@ Replica event ingest and synchronization interfaces for Rad Roots data layers. ## Goals -- define deterministic ingest rules for replica event state updates -- produce sync bundles from local state with canonical transfer semantics -- expose stable emit helpers for replica event publishing workflows -- provide portable synchronization primitives for native and wasm integration crates +- define stable interfaces for event ingest, emit, and sync status +- keep ingest and bundle assembly behavior deterministic across targets +- support canonical transfer payloads for replica synchronization flows +- provide reusable synchronization primitives for higher-level Rad Roots crates ## License