refactor(project): import instance context directly (#27714)

This commit is contained in:
Shoubhit Dash
2026-05-15 15:59:56 +05:30
committed by GitHub
parent eb5ef1c073
commit 12b666e2c9
12 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import * as Log from "@opencode-ai/core/util/log"
import { text } from "node:stream/consumers"
import fs from "fs/promises"
import { Filesystem } from "@/util/filesystem"
import type { InstanceContext } from "../project/instance"
import type { InstanceContext } from "../project/instance-context"
import { Archive } from "@/util/archive"
import { Process } from "@/util/process"
import { which } from "../util/which"