Skip to content
Prompty

SessionRef

A non-file reference observed by a harness session.

---
title: SessionRef
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class SessionRef {
        +string sessionId
        +string refType
        +string refValue
        +int32 turnIndex
        +string createdAt
    }
sessionId: sess_abc123
refType: issue
refValue: owner/repo#123
turnIndex: 2
createdAt: 2026-06-09T20:00:00Z
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