feat: unwrap project namespaces to flat exports + barrel (#22743)

This commit is contained in:
Kit Langton
2026-04-15 23:28:46 -04:00
committed by GitHub
parent 0beaf04df5
commit a427a28fa9
18 changed files with 655 additions and 657 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { AppFileSystem } from "@opencode-ai/shared/filesystem"
import { iife } from "@/util/iife"
import { Log } from "@/util"
import { LocalContext } from "../util"
import { Project } from "./project"
import { Project } from "."
import { WorkspaceContext } from "@/control-plane/workspace-context"
export interface InstanceContext {