RecordRoot

works.iterative.claude.core.log.model.RecordRoot
enum RecordRoot

The root a SessionRecord was resolved under.

Resolution tries the live vendor tree first and falls back to the archive mirror, so a session pruned from the vendor directory still reads from the mirror. The root a record won under also decides custody: only a Vendor record is a mirror source, so mirroring an Archive-resolved session never writes back into the archive.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Archive extends RecordRoot
case Vendor extends RecordRoot