(paths: string[])
| 80 | } |
| 81 | |
| 82 | function resolveFirstExisting(paths: string[]): string | undefined { |
| 83 | return paths.find((path) => existsSync(path)); |
| 84 | } |
| 85 | |
| 86 | // When the shared CortexKit base is absent (migration refused on a differing |
| 87 | // OpenCode/Pi pair, or not yet run), read Pi's OWN legacy file as a |
no outgoing calls
no test coverage detected