replica.toml (371B)
1 [replica] 2 name = "radroots_replica_contract" 3 version = "0.1.0" 4 purpose = "offline-first local replica state and deterministic sync" 5 6 [crate_family] 7 schema = "radroots_replica_db_schema" 8 storage = "radroots_replica_db" 9 sync = "radroots_replica_sync" 10 11 [policy] 12 transport_agnostic_sync_core = true 13 deterministic_emit_and_ingest = true 14 forbid_legacy_alias_identifiers = true