II.
MetaEnum JSON
Structured · livemeta-enum:interaction-primitive-category-value
InteractionPrimitiveCategory value json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:interaction-primitive-category-value",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "InteractionPrimitiveCategory value",
"name": "value",
"values": [
{
"value": "control",
"description": "Control primitives (slash-commands, run / stop / cancel)."
},
{
"value": "navigation",
"description": "Navigation primitives (back, forward, jump-to-session)."
},
{
"value": "context",
"description": "Context primitives (@-mention, attach-file, drag-drop)."
},
{
"value": "approval",
"description": "Approval primitives (permission prompts, confirm gates)."
},
{
"value": "voice",
"description": "Voice input / output primitives."
},
{
"value": "telemetry",
"description": "Telemetry / status-line / observation primitives."
},
{
"value": "multimodal",
"description": "Multimodal-input primitives (image, audio, video, screen-capture)."
},
{
"value": "collaborative",
"description": "Collaborative / share-session / follow-agent primitives."
}
],
"usedOnAttributes": [
"meta-attribute:interaction-primitive-category--value"
]
},
"outgoingEdges": [
{
"from": "meta-enum:interaction-primitive-category-value",
"to": "meta-attribute:interaction-primitive-category--value",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}