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,11 +1,12 @@
import {
DEFAULT_ACCOUNT_ID,
normalizeAccountId,
patchScopedAccountConfig,
prepareScopedSetupConfig,
} from "../../../src/channels/plugins/setup-helpers.js";
import type { ChannelSetupAdapter } from "../../../src/channels/plugins/types.adapters.js";
import type { ChannelSetupInput } from "../../../src/channels/plugins/types.core.js";
import type { OpenClawConfig } from "../../../src/config/config.js";
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "../../../src/routing/session-key.js";
type ChannelSetupAdapter,
type ChannelSetupInput,
type OpenClawConfig,
} from "openclaw/plugin-sdk/setup";
import { buildTlonAccountFields } from "./account-fields.js";
import { resolveTlonAccount } from "./types.js";