()
| 13 | // CodeGraph is pulled in only when a tool actually opens a project. require() is |
| 14 | // sync + cached (CommonJS build). |
| 15 | const loadCodeGraph = (): typeof import('../index').default => |
| 16 | (require('../index') as typeof import('../index')).default; |
| 17 | import { |
| 18 | detectWorktreeIndexMismatch, |
| 19 | worktreeMismatchWarning, |