| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-31 | feat(crdt): add CRDT repository layer and sync state management | nsfisis | |
| Add Phase 2 of the CRDT implementation: - CRDT-aware repository wrappers for all entity types (Deck, Card, Note, etc.) - Sync state management with IndexedDB storage for CRDT document binaries - Base64 serialization utilities for network transport - Comprehensive test coverage (53 new tests) | |||
| 2025-12-31 | feat(crdt): add Automerge document lifecycle management | nsfisis | |
| Implement document-manager.ts with core CRDT operations: - Document creation, update, merge, save/load functions - Conversion functions between local entities and CRDT documents - Actor ID management for client identification - Conflict detection utilities Completes Phase 1 of CRDT implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
