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

Function defaultCortexkitDbPath

packages/cli/src/commands/migrate.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175function defaultCortexkitDbPath(): string {
176 return join(getMagicContextStorageDir(), "context.db");
177}
178
179function defaultPiSessionsRoot(): string {
180 return join(homedir(), ".pi", "agent", "sessions");

Callers 1

Calls 1

Tested by

no test coverage detected