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