iiRecord
Agentic AI Atlas · Homebrew
install:brewa5c.ai
II.
InstallMethod JSON

install:brew

Structured · live

Homebrew json

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

File · capabilities/install-methods/brew.yamlCluster · capabilities
Record JSON
{
  "id": "install:brew",
  "_kind": "InstallMethod",
  "_file": "capabilities/install-methods/brew.yaml",
  "_cluster": "capabilities",
  "attributes": {
    "displayName": "Homebrew",
    "kind": "brew",
    "platforms": [
      "darwin",
      "linux"
    ],
    "command": "brew install {{package}}",
    "prerequisiteCheck": "brew --version"
  },
  "outgoingEdges": [
    {
      "from": "install:brew",
      "to": "agentVersion:claude:ge-0-0-0",
      "kind": "installs"
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "install:brew",
      "kind": "installed_via",
      "attributes": {}
    },
    {
      "from": "agentVersion:antigravity:2-0-11",
      "to": "install:brew",
      "kind": "installed_via"
    },
    {
      "from": "agent-version:droid@current",
      "to": "install:brew",
      "kind": "installed_via"
    },
    {
      "from": "agent-version:droid@0.136.1",
      "to": "install:brew",
      "kind": "installed_via"
    },
    {
      "from": "agent-version:goose@current",
      "to": "install:brew",
      "kind": "installed_via"
    },
    {
      "from": "agentVersion:opencode:ge-0-0-0",
      "to": "install:brew",
      "kind": "installed_via"
    },
    {
      "from": "agent-version:opencode-http@current",
      "to": "install:brew",
      "kind": "installed_via"
    }
  ]
}