()
| 42 | // silently using schema defaults (which would re-enable features the user's real |
| 43 | // config disabled). See resolveLegacyReadFallback. |
| 44 | function getUserConfigBasePath(): string { |
| 45 | return cortexKitUserConfigBasePath(); |
| 46 | } |
| 47 | |
| 48 | function getProjectConfigBasePath(directory: string): string { |
| 49 | return cortexKitProjectConfigBasePath(directory); |
no test coverage detected