@@ -67,6 +67,9 @@ Pick disjoint tasks from `.tasks/backlog/`:
6767
6868## Gaps (only what’s still open)
6969
70+ - WASM baked-in extensions (sqlite-vec / FTS / BJSON): ` .tasks/backlog/TASK-067-zig-wasm-baked-in-extensions.md `
71+ - Scratchpad demos wiring: ` .tasks/backlog/TASK-069-wire-scratchpads.md `
72+
7073### Test infrastructure (resolved)
7174
7275Source: ` .tasks/DELEGATE_WORK_HANDOFF.md ` (Round 34)
@@ -99,8 +102,8 @@ Implementation tasks (completed Round 37):
99102- [x] Service Worker fallback F11-F12 → ` .tasks/done/TASK-031-web-service-worker-fallback.md `
100103
101104Remaining browser multi-tab work:
102- - [ ] Provider migration F13-F14 (re-election on tab close, idempotent write guard)
103- - [ ] Browser integration polish F15 (tree-shaking, public API)
105+ - [ ] Provider migration F13-F14 → ` .tasks/backlog/TASK-064-browser-multitab-provider-migration.md `
106+ - [ ] Browser integration polish F15 → ` .tasks/backlog/TASK-065-browser-multitab-integration-polish.md `
104107
105108Note: TS work is spec-gated under ` effect-native/.specs/AGENTS.md ` .
106109
@@ -118,7 +121,7 @@ Implementation (Phase 4 complete):
118121- [x] Protocol: schema type reuse from CrSqlSchema → ` .tasks/done/TASK-048-crsql-mesh-protocol-schema-reuse.md `
119122- [x] Mesh engine: anti-entropy loop + transactional apply → ` .tasks/done/TASK-049-crsql-mesh-engine-phase4.md `
120123- [x] Node runtime: DB open + CR-SQLite extension load + lifecycle hooks → ` .tasks/done/TASK-050-crsql-mesh-runtime-node-phase4.md `
121- - [ ] Phase 5: real SQLite integration + production transports (separate task once Phase 4 complete)
124+ - [ ] Phase 5: real SQLite integration evidence → ` .tasks/backlog/TASK-066-mesh-phase5-real-sqlite-integration.md `
122125
123126### Mobile static embedding docs
124127
@@ -138,4 +141,5 @@ Source wish: `.wishes/gather-upstream-feedback.md`
138141Source: ` research/zig-cr/103-release-planning-proposal.md `
139142
140143- Zig artifacts exist for macOS; Linux CI + platform packages are the next shipping blockers.
144+ - Size regression observability: ` .tasks/backlog/TASK-068-zig-artifact-size-regression.md `
141145- Track release engineering tasks in ` .tasks/backlog/ ` (create new ones as needed).
0 commit comments