| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import path from "path" |
| 3 | import { loadClaudePlugin } from "../src/parsers/claude" |
| 4 | import { convertClaudeToCodex } from "../src/converters/claude-to-codex" |
nothing calls this directly
no test coverage detected