rspace-online/shared/local-first
Jeff Emmett 3a0d376f23 Add 7-layer local-first data infrastructure
Crypto (PRF/HKDF/AES-256-GCM per-doc keys), Document (schema + manager),
Storage (encrypted IndexedDB), Sync (multi-doc WebSocket client + server),
Compute (local/server-delegated transforms), Query (views + search),
and Memory Card interchange format. 2919 lines across 10 files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 01:12:06 +00:00
..
compute.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
crypto.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
document.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
index.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
memory-card.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
query.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
storage.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00
sync.ts Add 7-layer local-first data infrastructure 2026-02-23 01:12:06 +00:00