MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getProjectConfigPath

Function getProjectConfigPath

packages/cli/src/lib/diagnostics-pi.ts:239–241  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

237}
238
239function getProjectConfigPath(cwd: string): string {
240 return resolveCortexKitProjectConfigPath(cwd);
241}
242
243function readConfigDiagnostic(path: string): PiConfigDiagnostic {
244 const parsed = readJsonc(path);

Callers 1

collectDiagnosticsFunction · 0.85

Calls 1

Tested by

no test coverage detected