mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-22 04:41:23 +00:00
18 lines
546 B
JSON
18 lines
546 B
JSON
{
|
|
"id": "stems",
|
|
"name": "Stems",
|
|
"standards": ["capability-pipelines.v1", "plugin-runtime-idempotent.v1"],
|
|
"capabilities": {
|
|
"stems": {
|
|
"roles": ["owner", "provider"],
|
|
"commands": ["mute", "restore", "inspect"],
|
|
"events": ["claim:created", "claim:released", "stems.ready"],
|
|
"description": "Owns stem mute and restore coordination for integrated audio plugins.",
|
|
"mode": "active",
|
|
"compatibility": "none",
|
|
"ownership": "exclusive-owner",
|
|
"safety": "safe",
|
|
"version": 1
|
|
}
|
|
}
|
|
} |