iiRecord
Agentic AI Atlas · adapters help
interaction-primitive:adapters-cli-helpa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:adapters-cli-help

Structured · live

adapters help json

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

File · extensions/interaction-patterns/adapters-cli-hooks-gateway-help.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:adapters-cli-help",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/adapters-cli-hooks-gateway-help.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters help",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "adapters",
    "subcommandVerb": "help",
    "flags": [
      "-h / --help:0:show usage (alias)"
    ],
    "subcommandExitCodes": [
      "0:success:help text printed"
    ],
    "description": "Print top-level help (or per-command help if a command name follows).\nSource: packages/adapters/cli/src/commands/help.ts:21-498.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:adapters.ui@current",
      "to": "interaction-primitive:adapters-cli-help",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-adapters-cli",
      "to": "interaction-primitive:adapters-cli-help",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}