| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | import type { EffectivePolicy, Owner } from "@executor-js/sdk/shared"; |
| 3 | |
| 4 | import { buildAccountGroups, type ToolSummary } from "./tool-tree"; |
nothing calls this directly
no test coverage detected