()
| 259 | * Path format: {projectDir}/{sessionId}/session-memory/ |
| 260 | */ |
| 261 | export function getSessionMemoryDir(): string { |
| 262 | return join(getProjectDir(getCwd()), getSessionId(), 'session-memory') + sep |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Returns the session memory file path for the current session. |
no test coverage detected