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