| 1 | import { describe, expect, it, vi, beforeEach } from 'vitest'; |
| 2 | import type { ToolSchemaShape } from '../../core/plugin-types.ts'; |
| 3 | import type { ResolvedManifest } from '../../core/manifest/schema.ts'; |
| 4 | import type { PredicateContext } from '../../visibility/predicate-types.ts'; |
nothing calls this directly
no test coverage detected