{
"id": "click.aligned.chat.session",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"title": {
"type": "string",
"maxLength": 640,
"description": "What the conversation was about. May be written after the fact, which is why messages link here by at-uri rather than by strongRef — editing this must not dangle them.",
"maxGraphemes": 128
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the conversation started, not when it was published."
},
"description": {
"type": "string",
"maxLength": 12000,
"description": "Optional framing: what was being explored, and why.",
"maxGraphemes": 3000
}
}
},
"description": "A published conversation with an agent. The container only: the turns are separate click.aligned.chat.message records pointing back at this one, so a session grows without ever being rewritten."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}