(rel)
| 8 | if (!repo || !from || !to) { console.error('usage: probe-trace.mjs <repo> <from> <to>'); process.exit(1); } |
| 9 | |
| 10 | const load = async (rel) => import(pathToFileURL(resolve(rel)).href); |
| 11 | const idx = await load('dist/index.js'); |
| 12 | const tools = await load('dist/mcp/tools.js'); |
| 13 | const CodeGraph = idx.default?.default ?? idx.default ?? idx.CodeGraph; |
no test coverage detected