fix: preserve workspace adapter context
This commit is contained in:
parent
478156456e
commit
34e332c139
13 changed files with 281 additions and 125 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { NodeHttpServer, NodeServices } from "@effect/platform-node"
|
||||
import type { WorkspaceAdapter } from "@opencode-ai/plugin"
|
||||
import { Flag } from "@opencode-ai/core/flag/flag"
|
||||
import { describe, expect } from "bun:test"
|
||||
import { Context, Effect, Layer, Queue } from "effect"
|
||||
|
|
@ -17,7 +18,6 @@ import { mkdir } from "node:fs/promises"
|
|||
import path from "node:path"
|
||||
import { registerAdapter } from "../../src/control-plane/adapters"
|
||||
import { WorkspaceID } from "../../src/control-plane/schema"
|
||||
import type { WorkspaceAdapter } from "../../src/control-plane/types"
|
||||
import { Workspace } from "../../src/control-plane/workspace"
|
||||
import { WorkspaceTable } from "../../src/control-plane/workspace.sql"
|
||||
import { Project } from "../../src/project/project"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue