SessionRecord
works.iterative.claude.core.log.model.SessionRecord
case class SessionRecord(sessionId: SessionId, mainTranscript: Path, treeDir: Path, root: RecordRoot)
A located session record.
Value parameters
- mainTranscript
-
the
<sessionId>.jsonlmain-thread transcript file - root
-
which root the record was resolved under — the live vendor tree or the archive mirror it falls back to
- sessionId
-
the vendor session id
- treeDir
-
the
<sessionId>/directory holdingsubagents/,tool-results/, andworkflows/; may not exist when a session spawned no sub-agents
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article