aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index 7eb417b..41697a9 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -13,8 +13,8 @@ Replace the current Last-Write-Wins (LWW) conflict resolution with Automerge CRD
- [x] Install dependencies: `@automerge/automerge`, `@automerge/automerge-repo`, `@automerge/automerge-repo-storage-indexeddb`
- [x] Create `src/client/sync/crdt/types.ts` - Automerge document type definitions
-- [ ] Create `src/client/sync/crdt/document-manager.ts` - Automerge document lifecycle management
-- [ ] Create `src/client/sync/crdt/index.ts` - Module exports
+- [x] Create `src/client/sync/crdt/document-manager.ts` - Automerge document lifecycle management
+- [x] Create `src/client/sync/crdt/index.ts` - Module exports
### Phase 2: Create CRDT Repository Layer