From 4755779975a140660e66acfcec2cc899179b0b71 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Dec 2025 18:25:56 +0900 Subject: refactor(sync): remove legacy LWW conflict resolution strategy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the deprecated "newer_wins" strategy from the conflict resolver as CRDT is now the default and validated approach. The system now uses only "crdt", "server_wins", and "local_wins" strategies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 28facb6..022e09e 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -45,4 +45,4 @@ Replace the current Last-Write-Wins (LWW) conflict resolution with Automerge CRD - [x] Add unit tests for CRDT operations - [x] Add integration tests for concurrent edit scenarios -- [ ] Remove legacy LWW code after validation +- [x] Remove legacy LWW code after validation -- cgit v1.2.3-70-g09d2