()
| 224 | } |
| 225 | |
| 226 | export function getProjectsDir(): string { |
| 227 | return join(getClaudeConfigHomeDir(), 'projects') |
| 228 | } |
| 229 | |
| 230 | export function getTranscriptPath(): string { |
| 231 | const projectDir = getSessionProjectDir() ?? getProjectDir(getOriginalCwd()) |
no outgoing calls
no test coverage detected