SessionRef
A non-file reference observed by a harness session.
Class Diagram
Section titled “Class Diagram”---
title: SessionRef
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class SessionRef {
+string sessionId
+string refType
+string refValue
+int32 turnIndex
+string createdAt
}
Yaml Example
Section titled “Yaml Example”sessionId: sess_abc123refType: issuerefValue: owner/repo#123turnIndex: 2createdAt: 2026-06-09T20:00:00ZProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| sessionId | string | Stable session identifier |
| refType | string | Reference category |
| refValue | string | Reference value |
| turnIndex | int32 | Zero-based turn index where the reference was first observed |
| createdAt | string | ISO 8601 UTC timestamp when the reference was recorded |