(message: string, data?: unknown)
| 188 | } |
| 189 | |
| 190 | function warn(message: string, data?: unknown): void { |
| 191 | log(`${PREFIX} WARN ${message}`, data); |
| 192 | } |
| 193 | |
| 194 | // Migrate config from the legacy per-harness locations to the shared CortexKit |
| 195 | // location BEFORE any loadPiConfig (hard cutover: the loader reads only |
no test coverage detected