II.
PathDescriptor JSON
Structured · livepath:claude-code-plugin-manifest
Claude Code plugin manifest path json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "path:claude-code-plugin-manifest",
"_kind": "PathDescriptor",
"_file": "catalog-meta/path-descriptors/claude-code-plugin-manifest.yaml",
"_cluster": "catalog-meta",
"attributes": {
"pathId": "claude-code-plugin-manifest",
"displayName": "Claude Code plugin manifest path",
"path": ".claude-plugin/plugin.json",
"pathKind": "manifest",
"ownerKind": "PluginArtifact",
"ownerId": "plugin-artifact:claude-code-manifest",
"platform": "cross-platform",
"scope": "project",
"evaluationContext": "project",
"expansion": "literal",
"notes": "Canonical relative location of the Claude Code plugin manifest within\na plugin tree. The plugin loader expects `.claude-plugin/plugin.json`\nat the plugin root. Referenced by the Claude Code plugin-manifest\nPluginArtifact.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "plugin-artifact:claude-code-manifest",
"to": "path:claude-code-plugin-manifest",
"kind": "references_path",
"attributes": {}
}
]
}