()
| 25 | // ~800ms, closing the "No such tool available" cold-start race that made headless |
| 26 | // agents flounder. require() is sync + cached on the CommonJS build. |
| 27 | const loadCodeGraph = (): typeof import('../index').default => |
| 28 | (require('../index') as typeof import('../index')).default; |
| 29 | |
| 30 | /** How often the per-tool-call retry may re-run the sub-project down-scan. */ |
| 31 | const RETRY_SUBSCAN_TTL_MS = 5_000; |
no outgoing calls
no test coverage detected