()
| 197 | } |
| 198 | |
| 199 | export function getProjectsDir(): string { |
| 200 | return join(getClaudeConfigHomeDir(), 'projects') |
| 201 | } |
| 202 | |
| 203 | export function getTranscriptPath(): string { |
| 204 | const projectDir = getSessionProjectDir() ?? getProjectDir(getOriginalCwd()) |
no outgoing calls
no test coverage detected