11# 92-gap-backlog
22
3- > Last updated: 2025-12-14 (Round 28 )
3+ > Last updated: 2025-12-15 (Round 29 )
44
55## Status
66
@@ -15,12 +15,19 @@ Pick disjoint tasks from `.tasks/backlog/`:
1515- Web phase 2 (TS, blocked until Phase 2 specs exist for browser runtime)
1616 - Service Worker fallback: ` .tasks/backlog/TASK-031-web-service-worker-fallback.md `
1717 - Reactive subscriptions: ` .tasks/backlog/TASK-032-web-reactive-subscriptions.md `
18+ - Global mesh implementation (TS, ready for Phase 5 once approved)
19+ - Start with ` effect-native/.specs/crsql-mesh/plan.md `
20+ - Then ` effect-native/.specs/crsql-mesh-transport/plan.md ` + ` effect-native/.specs/crsql-mesh-protocol/plan.md `
1821- Upstream goodwill (blocked on Tom)
1922 - zig-sqlite feedback cards: ` .tasks/backlog/TASK-037-zig-sqlite-upstream-feedback-blocked.md `
2023
2124## Done (recent)
2225
2326- ** Mesh Phase 2 requirements (node-first)** : ` .tasks/done/TASK-046-phase2-requirements-crsql-mesh.md ` (2025-12-14)
27+ - ** Mesh Phase 3 designs + Phase 4 RGRTDD plans** : ` effect-native/.specs/crsql-mesh/plan.md ` (2025-12-15)
28+ - ** Mesh protocol Phase 4 RGRTDD plan** : ` effect-native/.specs/crsql-mesh-protocol/plan.md ` (2025-12-15)
29+ - ** Mesh transport Phase 4 RGRTDD plan** : ` effect-native/.specs/crsql-mesh-transport/plan.md ` (2025-12-15)
30+ - ** Mesh runtime (node) Phase 4 RGRTDD plan** : ` effect-native/.specs/crsql-mesh-runtime/plan.md ` (2025-12-15)
2431- ** Phase 1 RN runtime specs** : ` .tasks/done/TASK-047-phase1-react-native-runtime-specs.md ` (2025-12-14)
2532- ** Mobile static embedding guide** : ` .tasks/done/TASK-033-mobile-static-embedding-guide.md ` → ` research/zig-cr/104-mobile-static-embedding-guide.md ` (2025-12-14)
2633- Perf hotspots: ` .tasks/done/TASK-029-performance-hotspot-closure.md `
@@ -40,6 +47,15 @@ Source: `research/zig-cr/96-proposal-multitab-wasm-sqlite-crsqlite.md`
4047
4148Note: TS work is spec-gated under ` effect-native/.specs/AGENTS.md ` .
4249
50+ ### Global mesh (Phase 4 planning)
51+
52+ Source: ` research/zig-cr/102-proposal-crsqlite-global-mesh.md ` and ` effect-native/.specs/crsqlite-global-mesh-packages/instructions.md `
53+
54+ - [x] ` @effect-native/crsql-mesh ` Phase 4 plan → ` effect-native/.specs/crsql-mesh/plan.md ` (done 2025-12-15)
55+ - [x] ` @effect-native/crsql-mesh-protocol ` Phase 4 plan → ` effect-native/.specs/crsql-mesh-protocol/plan.md ` (done 2025-12-15)
56+ - [x] ` @effect-native/crsql-mesh-transport ` Phase 4 plan → ` effect-native/.specs/crsql-mesh-transport/plan.md ` (done 2025-12-15)
57+ - [x] ` @effect-native/crsql-mesh-runtime-node ` Phase 4 plan → ` effect-native/.specs/crsql-mesh-runtime/plan.md ` (done 2025-12-15)
58+
4359### Mobile static embedding docs
4460
4561Source: ` research/zig-cr/93-phased-execution-proposal.md `
0 commit comments