DashboardopencodeEffectBridge callback re-entry

EffectBridge callback re-entry

Category: preference
Confidence: 1.00
ID: 01a0aac4-2701-7dbc-ae47-51c446661146
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 1
Source session: 0IkUYcVS7JSdLPA26
Created: 2026-09-16 15:09:36
Updated: 2026-09-16 15:09:36

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 2 11h ago

Content

Always use EffectBridge when native or external callbacks such as @parcel/watcher, node-pty, native fs.watch, or plugin callbacks must re-enter Effect services. Calling services directly from callbacks looks simpler but loses the correct instance/workspace context and scoped runtime ownership.

Move to: