Clean release snapshot

This commit is contained in:
byrongamatos
2026-06-16 18:47:13 +02:00
commit 6c110398b4
574 changed files with 162566 additions and 0 deletions
+32
View File
@@ -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
}
}
}