feat: unwrap InstanceState + EffectBridge namespaces to flat exports + barrel (#22721)

This commit is contained in:
Kit Langton
2026-04-15 22:45:45 -04:00
committed by GitHub
parent 6c7e9f6f3a
commit 379e40d772
40 changed files with 152 additions and 154 deletions

View File

@@ -1,6 +1,6 @@
import { BusEvent } from "@/bus/bus-event"
import { Bus } from "@/bus"
import { InstanceState } from "@/effect/instance-state"
import { InstanceState } from "@/effect"
import { Instance } from "@/project/instance"
import type { Proc } from "#pty"
import z from "zod"
@@ -10,7 +10,7 @@ import { Shell } from "@/shell/shell"
import { Plugin } from "@/plugin"
import { PtyID } from "./schema"
import { Effect, Layer, Context } from "effect"
import { EffectBridge } from "@/effect/bridge"
import { EffectBridge } from "@/effect"
const log = Log.create({ service: "pty" })