commit 91aa6f59b3af3987c8015744afc91a5004e949e4 parent 751092a40cb347b3f029ee9f82b015a6e8103e61 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 23:33:06 +0000 docs: update `radroots-replica-sync` readme Diffstat:
| A | crates/replica-sync/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/replica-sync/README.md b/crates/replica-sync/README.md @@ -0,0 +1,14 @@ +# radroots-replica-sync + +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 + +## License + +Licensed under AGPL-3.0. See LICENSE.