{
"title": "cli.output.notification.Plugin",
"description": "Wire shape: `{\"type\":\"notification\",\"value\":{\"plugin\": <manifest> | null}}`.\nEmitted by `objectiveai plugins get <name>`. The value is the\nresolved `ManifestWithNameAndSource` when the manifest file exists\nand parses, or JSON `null` when it doesn't (same silent-skip policy\nas `list`).",
"type": "object",
"properties": {
"plugin": {
"anyOf": [
{
"$ref": "filesystem.plugins.ManifestWithNameAndSource"
},
{
"type": "null"
}
]
}
}
}