You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This work is likely TypeScript-heavy. Per `.wishes/stop-before-typescript.md`, do not implement without Tom explicitly opting-in.
23
+
This work is TypeScript-heavy.
23
24
24
-
If Tom has not opted-in, convert this task into a blocked task card with a short design note and a "Tom decision needed" checklist.
25
+
Per `AGENTS.md` (TypeScript Work Rule): **all TypeScript work happens in the `effect-native/` submodule** and must follow the spec-first workflow in `effect-native/.specs/AGENTS.md`.
26
+
27
+
This task stays blocked until Tom explicitly approves proceeding beyond Phase 1 specs for the browser/runtime surface.
25
28
26
29
## Description
27
30
Add a Service Worker fallback for environments where SharedWorker is unavailable.
@@ -30,7 +33,7 @@ Scope is only the coordinator/port-bridging fallback.
30
33
Do not attempt to move OPFS access into the Service Worker.
Likely TypeScript-heavy. Per `.wishes/stop-before-typescript.md`, do not implement without Tom explicitly opting-in.
23
+
This work is TypeScript-heavy.
23
24
24
-
If Tom has not opted-in, convert this task into a blocked task card with a short design note and a "Tom decision needed" checklist.
25
+
Per `AGENTS.md` (TypeScript Work Rule): **all TypeScript work happens in the `effect-native/` submodule** and must follow the spec-first workflow in `effect-native/.specs/AGENTS.md`.
26
+
27
+
This task stays blocked until Tom explicitly approves proceeding beyond Phase 1 specs for the browser/runtime surface.
25
28
26
29
## Description
27
30
Provide a narrow notification/subscription surface so tab B can react when tab A writes.
28
31
29
32
MVP can be a "db_version advanced" event broadcast; leave "observable queries" as optional.
0 commit comments