| 1 | import { Anthropic } from "@anthropic-ai/sdk" |
| 2 | import * as path from "path" |
| 3 | import * as diff from "diff" |
| 4 | import { RooIgnoreController, LOCK_TEXT_SYMBOL } from "../ignore/RooIgnoreController" |
nothing calls this directly
no test coverage detected