iiRecord
Agentic AI Atlas · Plugin bin/ helpers (example)
binary-provider:example-helpersa5c.ai
II.
BinaryProvider JSON

binary-provider:example-helpers

Structured · live

Plugin bin/ helpers (example) json

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

File · extensions/binary-providers/example-bin-helpers.yamlCluster · extensions
Record JSON
{
  "id": "binary-provider:example-helpers",
  "_kind": "BinaryProvider",
  "_file": "extensions/binary-providers/example-bin-helpers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Plugin bin/ helpers (example)",
    "binDir": "bin/",
    "executables": [
      {
        "name": "pgrep",
        "platform": "all",
        "target": "bin/pgrep"
      },
      {
        "name": "dump-context",
        "platform": "all",
        "target": "bin/dump-context.sh"
      }
    ],
    "pathPolicy": "prepend",
    "description": "Plugin-shipped bin/ executables added to PATH on install (Claude Code pattern)."
  },
  "outgoingEdges": [
    {
      "from": "binary-provider:example-helpers",
      "to": "plugin:example-portable-extension",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "binary-provider:example-helpers",
      "to": "tool-descriptor:dump-context",
      "kind": "provides_executable",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}