| 1 | import { feature } from 'bun:bundle' |
| 2 | import type Anthropic from '@anthropic-ai/sdk' |
| 3 | import type { BetaToolUnion } from '@anthropic-ai/sdk/resources/beta/messages.js' |
| 4 | import { mkdir, writeFile } from 'fs/promises' |
nothing calls this directly
no test coverage detected