mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-11 03:09:57 +00:00
Clean release snapshot
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user