{
"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": []
}