test(regression): cover setup and policy plugin-sdk facades

This commit is contained in:
Tak Hoffman 2026-03-27 22:17:41 -05:00
parent c04ceb5cc2
commit 3b8564a7c6
No known key found for this signature in database
1 changed files with 11 additions and 0 deletions

View File

@ -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",