refactor: centralize channel ingress access

This commit is contained in:
Peter Steinberger
2026-05-10 05:06:03 +01:00
parent 1725eebe62
commit a0fb7fb045
250 changed files with 11410 additions and 8161 deletions

View File

@@ -50,6 +50,9 @@ export const pluginSdkDocMetadata = {
"plugin-test-runtime": {
category: "utilities",
},
"access-groups": {
category: "channel",
},
"channel-actions": {
category: "channel",
},
@@ -68,6 +71,12 @@ export const pluginSdkDocMetadata = {
"channel-pairing": {
category: "channel",
},
"channel-ingress": {
category: "channel",
},
"channel-ingress-runtime": {
category: "channel",
},
"channel-reply-pipeline": {
category: "channel",
},

View File

@@ -131,6 +131,7 @@
"account-resolution",
"account-resolution-runtime",
"agent-config-primitives",
"access-groups",
"allow-from",
"allowlist-config-edit",
"browser-config",
@@ -177,6 +178,8 @@
"channel-location",
"channel-mention-gating",
"channel-lifecycle",
"channel-ingress",
"channel-ingress-runtime",
"channel-message",
"channel-message-runtime",
"channel-pairing",