iiRecord
Agentic AI Atlas · /autopilot
interaction-primitive:copilot-slash-autopilota5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:copilot-slash-autopilot

Structured · live

/autopilot json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/copilot-cli-slash-commands.yamlCluster · agent-stack
Record JSON
{
  "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>"
        }
      }
    }
  ]
}