iiRecord
Agentic AI Atlas · adapters detect-host
interaction-primitive:adapters-cli-detect-hosta5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:adapters-cli-detect-host

Structured · live

adapters detect-host json

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

File · extensions/interaction-patterns/adapters-cli-workspaces-host.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:adapters-cli-detect-host",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/adapters-cli-workspaces-host.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters detect-host",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "adapters",
    "subcommandVerb": "detect-host",
    "flags": [],
    "subcommandExitCodes": [
      "0:success:detected (or no host) — always succeeds"
    ],
    "description": "Detect which agent harness is running this CLI. Source:\npackages/adapters/cli/src/commands/detect-host.ts:13-39.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "interaction-primitive:adapters-cli-detect-host",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-adapters-cli",
      "to": "interaction-primitive:adapters-cli-detect-host",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}