▲ | sethev 5 days ago | |
Pijul is a version control system based on a CRDT: https://pijul.org/manual/theory.html#conflicts-and-crdts It works like you describe, with humans manually resolving conflicts. The conflicts are represented in the data model, so the data model itself converges without conflicts...if that makes sense. |