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