feedBack/plugins/capability_inspector/plugin.json
2026-06-16 18:47:13 +02:00

33 lines
938 B
JSON

{
"id": "capability_inspector",
"name": "Capability Inspector",
"version": "0.1.0",
"bundled": true,
"standards": ["capability-pipelines.v1", "plugin-runtime-idempotent.v1"],
"screen": "screen.html",
"script": "screen.js",
"settings": { "html": "settings.html" },
"capabilities": {
"diagnostics": {
"roles": ["requester", "observer"],
"commands": ["snapshot"],
"events": [],
"mode": "active",
"compatibility": "none",
"ownership": "diagnostic-only",
"safety": "diagnostic-only",
"version": 1
},
"pipeline": {
"roles": ["requester", "observer"],
"commands": ["inspect", "validate", "participant.set-enabled"],
"events": ["resolved", "runtime.validated", "participant.state-changed"],
"mode": "active",
"compatibility": "none",
"ownership": "diagnostic-only",
"safety": "diagnostic-only",
"version": 1
}
}
}