II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:copilot-slash-autopilot
/autopilot json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:copilot-slash-autopilot",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/copilot-cli-slash-commands.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "/autopilot",
"description": "GitHub Copilot CLI command that keeps autopilot focused on a supplied\nobjective.\n",
"kind": "slash-command",
"surface": "slash-command",
"category": "interaction-primitive-category:mode-control",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:copilot-slash-autopilot",
"to": "interaction-primitive-category:mode-control",
"kind": "in_category",
"attributes": {}
},
{
"from": "interaction-primitive:copilot-slash-autopilot",
"to": "evidence:copilot-cli-1-0-55-6-release",
"kind": "sourced_from"
},
{
"from": "interaction-primitive:copilot-slash-autopilot",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:copilot-slash-autopilot",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/autopilot",
"argumentPattern": "<objective>"
}
}
}
]
}