transcriptPath property

String get transcriptPath

Get the transcript path for the current session.

Implementation

String get transcriptPath {
  final projectDir = getProjectDir(cwd);
  return p.join(projectDir, '$_sessionId.jsonl');
}