mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-21 20:31:21 +00:00
33 lines
938 B
JSON
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
|
|
}
|
|
}
|
|
}
|