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

Function defaultPiSessionsRoot

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

Source from the content-addressed store, hash-verified

177}
178
179function defaultPiSessionsRoot(): string {
180 return join(homedir(), ".pi", "agent", "sessions");
181}
182
183function defaultFs(): FileSystemLike {
184 return { existsSync, mkdirSync, writeFileSync, unlinkSync };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected