II.
PluginInstallScope JSON
Structured · liveplugin-install-scope:claude-code-local
Local-scoped plugin install json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "plugin-install-scope:claude-code-local",
"_kind": "PluginInstallScope",
"_file": "extensions/plugin-install-scopes/claude-code-scopes.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Local-scoped plugin install",
"scope": "local",
"priority": 10,
"description": "Local/working-tree plugin install — not checked into git; lowest priority.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "plugin-install-scope:claude-code-local",
"kind": "installs_plugins_in_scope",
"attributes": {}
}
]
}