()
| 269 | * Path format: {projectDir}/{sessionId}/session-memory/ |
| 270 | */ |
| 271 | export function getSessionMemoryDir(): string { |
| 272 | return join(getProjectDir(getCwd()), getSessionId(), 'session-memory') + sep |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Returns the session memory file path for the current session. |
no test coverage detected