test: satisfy compat registry lint

This commit is contained in:
Peter Steinberger
2026-04-26 11:28:07 +01:00
parent 8f4f33be78
commit 3979fce4f9

View File

@@ -1,8 +1,10 @@
import type { PluginCompatRecord } from "./types.js";
const CHANNEL_RUNTIME_SDK_SURFACE = "openclaw/plugin-sdk/channel-" + "runtime";
const LEGACY_CONFIG_MIGRATE_TEST_PATH =
"src/commands/doctor/shared/legacy-config-" + "migrate.test.ts";
const CHANNEL_RUNTIME_SDK_SURFACE = ["openclaw/plugin-sdk/channel", "runtime"].join("-");
const LEGACY_CONFIG_MIGRATE_TEST_PATH = [
"src/commands/doctor/shared/legacy-config",
"migrate.test.ts",
].join("-");
export const PLUGIN_COMPAT_RECORDS = [
{