docs: publish reviewed CHAT-01C private readback contracts (#1507)
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"evidence": "synthetic-contract-only",
|
||||
"now": 1000,
|
||||
"request": {
|
||||
"version": 1,
|
||||
"kind": "privateClientRequest",
|
||||
"id": "request-1",
|
||||
"connection": "connection-1",
|
||||
"conversation": "conversation-1",
|
||||
"command": {
|
||||
"operation": "read-private-state",
|
||||
"cursor": null,
|
||||
"limit": 10
|
||||
}
|
||||
},
|
||||
"world": {
|
||||
"connection": {
|
||||
"id": "connection-1",
|
||||
"actor": "actor-1",
|
||||
"state": "connected"
|
||||
},
|
||||
"grant": {
|
||||
"actor": "actor-1",
|
||||
"conversation": "conversation-1",
|
||||
"state": "active",
|
||||
"expiresAt": 2000,
|
||||
"capabilities": [
|
||||
"read-private",
|
||||
"recover-private"
|
||||
],
|
||||
"scopeDigest": "2e4d08329c39869151bb7dff3df6542dfe3f7a746d635b069fabbfc4eb40f680"
|
||||
},
|
||||
"sourceRevision": 1,
|
||||
"items": [
|
||||
{
|
||||
"id": "draft-1",
|
||||
"kind": "draft",
|
||||
"actor": "actor-1",
|
||||
"conversation": "conversation-1",
|
||||
"revision": 1,
|
||||
"text": "private unsent text",
|
||||
"state": "unsent",
|
||||
"branch": "branch-1"
|
||||
},
|
||||
{
|
||||
"id": "draft-2",
|
||||
"kind": "draft",
|
||||
"actor": "actor-2",
|
||||
"conversation": "conversation-1",
|
||||
"revision": 1,
|
||||
"text": "other actor text",
|
||||
"state": "unsent",
|
||||
"branch": "branch-1"
|
||||
}
|
||||
],
|
||||
"cursors": {},
|
||||
"nativeOutbox": [],
|
||||
"scope": {
|
||||
"host": "host-1",
|
||||
"seat": "seat-1",
|
||||
"project": "project-1",
|
||||
"workspace": "workspace-1",
|
||||
"conversation": "conversation-1"
|
||||
},
|
||||
"mappingVerified": true
|
||||
},
|
||||
"frozenExample": {
|
||||
"version": 2,
|
||||
"kind": "frozenPayload",
|
||||
"id": "payload-1",
|
||||
"actor": "actor-1",
|
||||
"conversation": "conversation-1",
|
||||
"branch": "branch-1",
|
||||
"draft": "draft-1",
|
||||
"draftRevision": 1,
|
||||
"text": "hello",
|
||||
"uploads": [
|
||||
{
|
||||
"version": 2,
|
||||
"kind": "upload",
|
||||
"id": "upload-1",
|
||||
"actor": "actor-1",
|
||||
"conversation": "conversation-1",
|
||||
"revision": 1,
|
||||
"filename": "example.png",
|
||||
"mimeType": "image/png",
|
||||
"size": 20,
|
||||
"digest": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
||||
"state": "staged",
|
||||
"privateBlobRef": "blob-1",
|
||||
"recipientScope": {
|
||||
"host": "host-1",
|
||||
"seat": "seat-1",
|
||||
"project": "project-1",
|
||||
"workspace": "workspace-1",
|
||||
"conversation": "conversation-1"
|
||||
},
|
||||
"transferAck": null,
|
||||
"createdAt": "2026-09-13T12:00:00Z",
|
||||
"receivedBytes": 20
|
||||
}
|
||||
],
|
||||
"digest": "4e06080f131b6e7d87e692ffebe8ccd1f78e25aedc24a10aaf68e7c3191f9f48",
|
||||
"createdAt": "2026-09-13T12:00:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user