refactor: finish public plugin sdk boundary seams

This commit is contained in:
Peter Steinberger
2026-03-16 21:33:50 -07:00
parent 73703d977c
commit 0cfc80b81c
42 changed files with 152 additions and 82 deletions

View File

@@ -1,7 +1,9 @@
import { prepareScopedSetupConfig } from "../../../src/channels/plugins/setup-helpers.js";
import type { ChannelSetupAdapter } from "../../../src/channels/plugins/types.adapters.js";
import { normalizeSecretInputString } from "../../../src/config/types.secrets.js";
import { normalizeAccountId } from "../../../src/routing/session-key.js";
import {
normalizeAccountId,
normalizeSecretInputString,
prepareScopedSetupConfig,
type ChannelSetupAdapter,
} from "openclaw/plugin-sdk/setup";
import type { CoreConfig } from "./types.js";
const channel = "matrix" as const;