II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:paperclip-issue-checkout
Paperclip Issue Checkout json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:paperclip-issue-checkout",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/paperclip-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Paperclip Issue Checkout",
"description": "Atomic single-assignee task checkout primitive. When an agent\nclaims a task from the board, an atomic lock ensures no other\nagent can pick up the same task simultaneously. The checkout\nis transactional — if the agent fails to start, the task is\nreleased back to the queue for another agent to claim.\n",
"kind": "automation",
"surface": "headless",
"category": "interaction-primitive-category:lifecycle",
"availableInModes": [
"headless"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:paperclip-issue-checkout",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:paperclip.ui@current",
"to": "interaction-primitive:paperclip-issue-checkout",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}