* Get the session directory (projectDir/sessionId)
()
| 95 | * Get the session directory (projectDir/sessionId) |
| 96 | */ |
| 97 | function getSessionDir(): string { |
| 98 | return join(getProjectDir(getOriginalCwd()), getSessionId()) |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Get the tool results directory for this session (projectDir/sessionId/tool-results) |
no test coverage detected