fix: fail closed missing provider group policy across message channels (#23367) (thanks @bmendonca3)

This commit is contained in:
Peter Steinberger
2026-02-22 12:17:44 +01:00
parent 78c3c2a542
commit 777817392d
45 changed files with 420 additions and 75 deletions

View File

@@ -132,6 +132,10 @@ export type {
MSTeamsReplyStyle,
MSTeamsTeamConfig,
} from "../config/types.js";
export {
resolveRuntimeGroupPolicy,
type RuntimeGroupPolicyResolution,
} from "../config/runtime-group-policy.js";
export {
DiscordConfigSchema,
GoogleChatConfigSchema,