feat: unwrap tool namespaces to flat exports + barrel (#22762)

This commit is contained in:
Kit Langton 2026-04-15 23:56:54 -04:00 committed by GitHub
commit 5011465c81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 578 additions and 581 deletions

View file

@ -11,8 +11,8 @@ import { Instance } from "../../src/project/instance"
import { SessionID, MessageID } from "../../src/session/schema"
import { Instruction } from "../../src/session/instruction"
import { ReadTool } from "../../src/tool/read"
import { Truncate } from "../../src/tool/truncate"
import { Tool } from "../../src/tool/tool"
import { Truncate } from "../../src/tool"
import { Tool } from "../../src/tool"
import { Filesystem } from "../../src/util"
import { provideInstance, tmpdirScoped } from "../fixture/fixture"
import { testEffect } from "../lib/effect"