| 1 | import { batch } from "solid-js" |
| 2 | import type { Path, Workspace } from "@opencode-ai/sdk/v2" |
| 3 | import { createStore, reconcile } from "solid-js/store" |
| 4 | import { createSimpleContext } from "./helper" |
nothing calls this directly
no test coverage detected