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

Function getPiUserConfigPath

packages/cli/src/lib/paths.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117
118/** Shared Magic Context user config, independent of the Pi agent settings dir. */
119export function getPiUserConfigPath(): string {
120 return resolveCortexKitUserConfigPath();
121}
122
123/**
124 * Pi's `pi install <source>` command persists extension package sources in

Callers 4

runHealthChecksFunction · 0.90
repairFunction · 0.90
collectDiagnosticsFunction · 0.90
getConfigPathsMethod · 0.90

Calls 1

Tested by

no test coverage detected