From 0bac7a714f4af103ef97d12fd420c58d1bb159c1 Mon Sep 17 00:00:00 2001 From: Ryan Gillespie <36207807+mgillr@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:39:55 +0200 Subject: [PATCH] Add crdt-merge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce403f6..56946b1 100644 --- a/README.md +++ b/README.md @@ -1111,3 +1111,4 @@ Your contributions are always welcome! Please take a look at the [contribution g --- If you have any question about this opinionated list, do not hesitate to contact [@vinta](https://x.com/vinta) on X (Twitter). +- [crdt-merge](https://github.com/mgillr/crdt-merge) - Conflict-free merge for DataFrames, ML models, and distributed agents — powered by CRDTs.