refactor: add public channel contract test seams

This commit is contained in:
Peter Steinberger
2026-03-27 04:39:02 +00:00
parent 04bde8c2b1
commit fc3246d8fd
9 changed files with 34 additions and 29 deletions

View File

@@ -3,3 +3,5 @@ export * from "./src/setup-core.js";
export * from "./src/setup-surface.js";
export * from "./src/thread-bindings.js";
export { __testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
export const feishuSessionBindingAdapterChannels = ["feishu"] as const;