fix(ci): restore plugin sdk doctor boundaries

This commit is contained in:
Peter Steinberger
2026-04-07 06:48:46 +01:00
parent 0d5f386f5c
commit 820201a343
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import {
hasLegacyAccountStreamingAliases,
normalizeLegacyDmAliases,
normalizeLegacyStreamingAliases,
} from "../../../src/config/channel-compat-normalization.js";
} from "openclaw/plugin-sdk/runtime-doctor";
import { resolveDiscordPreviewStreamMode } from "./preview-streaming.js";
function asObjectRecord(value: unknown): Record<string, unknown> | null {

View File

@@ -8,7 +8,7 @@ import {
hasLegacyStreamingAliases,
normalizeLegacyDmAliases,
normalizeLegacyStreamingAliases,
} from "../../../src/config/channel-compat-normalization.js";
} from "openclaw/plugin-sdk/runtime-doctor";
import { resolveSlackNativeStreaming, resolveSlackStreamingMode } from "./streaming-compat.js";
function asObjectRecord(value: unknown): Record<string, unknown> | null {

View File

@@ -3,7 +3,7 @@ import type {
ChannelDoctorLegacyConfigRule,
} from "openclaw/plugin-sdk/channel-contract";
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
import { hasLegacyAccountStreamingAliases } from "../../../src/config/channel-compat-normalization.js";
import { hasLegacyAccountStreamingAliases } from "openclaw/plugin-sdk/runtime-doctor";
import { resolveTelegramPreviewStreamMode } from "./preview-streaming.js";
function asObjectRecord(value: unknown): Record<string, unknown> | null {