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
"Message": "refactor(Wind): Prune orphaned imports and error helpers from de-Effectified services\n\nRemove three Make*Error helper functions (MakeCommandsError, MakeEditorProblem, MakeResolverProblem) from Live implementations — they were used only in Effect error-channel conversion logic that was already stripped in the prior de-Effectification commits (ae82728, f97e5dd). They became dead code when the corresponding service methods switched from Effect.Effect<T, Problem> to native sync/Promise<T> signatures.\n\nDrop three unused type imports (CommandsProblem, EditorProblem, TextModelResolverProblem) from the interface declaration files — these type-only imports referenced the old Effect error types that are no longer part of any method signature.\n\nFix import paths in TextModelResolver/Live.ts from ../../Model/ to ../Model/, correcting a path that resolved to the nonexistent Source/Model/ instead of the actual Source/Effect/Model/."