II.
InteractionPrimitiveCategory JSON
Structured · liveinteraction-primitive-category:control
Control json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive-category:control",
"_kind": "InteractionPrimitiveCategory",
"_file": "agent-stack/interaction-primitives/voice-and-telemetry.yaml",
"_cluster": "agent-stack",
"attributes": {
"value": "control",
"displayName": "Control",
"description": "Primitives that drive the run/turn state machine — start, stop, fork, resume, compact."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "interaction-primitive:slash-rewind",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-branch",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-review",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-security-review",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-export",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-copy",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:slash-plan",
"to": "interaction-primitive-category:control",
"kind": "in_category",
"attributes": {}
}
]
}