iiRecord
Agentic AI Atlas · InstallMethod.command
meta-attribute:install-method--commanda5c.ai
II.
MetaAttribute JSON

meta-attribute:install-method--command

Structured · live

InstallMethod.command json

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

File · catalog-meta/meta-registry/meta-registry-capabilities-policy.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:install-method--command",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-capabilities-policy.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "InstallMethod.command",
    "name": "command",
    "parentNodeKindId": "meta-node-kind:install-method",
    "type": "string",
    "required": true,
    "description": "install-command template (e.g. `npm install -g {{package}}`)."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:install-method--command",
      "to": "meta-node-kind:install-method",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:install-method",
      "to": "meta-attribute:install-method--command",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}