refactor: prune bundled sdk facades

This commit is contained in:
Peter Steinberger
2026-03-19 07:16:56 +00:00
parent bcc725ffe2
commit 22943f24a9
8 changed files with 24 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
// Private runtime barrel for the bundled Google Chat extension.
// Keep this barrel thin and aligned with the curated plugin-sdk/googlechat surface.
export * from "openclaw/plugin-sdk/googlechat";
export * from "../../src/plugin-sdk/googlechat.js";