mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-13 08:29:28 +00:00
chore: update PR 332 tooling for capability model
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ def _normalize_manifest_sequence(value) -> list:
|
||||
|
||||
_CAPABILITY_STANDARD = "capability-pipelines.v1"
|
||||
_VALID_CAPABILITY_ROLES = {
|
||||
"owner", "provider", "observer", "requester", "transformer", "handler",
|
||||
"owner", "coordinator", "provider", "observer", "requester", "transformer", "handler",
|
||||
"validator", "short-circuiter", "contributor",
|
||||
}
|
||||
_VALID_CAPABILITY_MODES = {"active", "optional", "legacy-shim", "disabled"}
|
||||
|
||||
Reference in New Issue
Block a user