fix(ci): restore plugin sdk boundary seams

This commit is contained in:
Vincent Koc
2026-04-04 08:51:37 +09:00
parent df83374a54
commit bb4e54ccf7
3 changed files with 11 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ export {
buildBaseChannelStatusSummary,
} from "openclaw/plugin-sdk/channel-status";
export { createChannelPairingController } from "openclaw/plugin-sdk/channel-pairing";
export { createAccountStatusSink } from "openclaw/plugin-sdk/compat";
export { createAccountStatusSink } from "openclaw/plugin-sdk/channel-lifecycle";
export {
readStoreAllowFromForDmPolicy,
resolveEffectiveAllowFromLists,