From 3b8564a7c6e15b6c99fc6afaac97acb738c13518 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:17:41 -0500 Subject: [PATCH] test(regression): cover setup and policy plugin-sdk facades --- src/plugin-sdk/subpaths.test.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/plugin-sdk/subpaths.test.ts b/src/plugin-sdk/subpaths.test.ts index 124646d15d3..f4246b259ce 100644 --- a/src/plugin-sdk/subpaths.test.ts +++ b/src/plugin-sdk/subpaths.test.ts @@ -219,6 +219,11 @@ describe("plugin-sdk subpath exports", () => { "createFixedWindowRateLimiter", "withResolvedWebhookRequestPipeline", ]); + expectSourceMentions("bluebubbles-policy", [ + "isAllowedBlueBubblesSender", + "resolveBlueBubblesGroupRequireMention", + "resolveBlueBubblesGroupToolPolicy", + ]); for (const subpath of [ "feishu", "googlechat", @@ -612,6 +617,12 @@ describe("plugin-sdk subpath exports", () => { "createTopLevelChannelDmPolicy", "mergeAllowFromEntries", ]); + expectSourceMentions("setup-tools", [ + "formatCliCommand", + "detectBinary", + "installSignalCli", + "formatDocsLink", + ]); expectSourceMentions("lazy-runtime", ["createLazyRuntimeSurface", "createLazyRuntimeModule"]); expectSourceMentions("self-hosted-provider-setup", [ "buildVllmProvider",