test: satisfy compat registry lint · openclaw/openclaw@3979fce
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import type { PluginCompatRecord } from "./types.js"; |
2 | 2 | |
3 | | -const CHANNEL_RUNTIME_SDK_SURFACE = "openclaw/plugin-sdk/channel-" + "runtime"; |
4 | | -const LEGACY_CONFIG_MIGRATE_TEST_PATH = |
5 | | -"src/commands/doctor/shared/legacy-config-" + "migrate.test.ts"; |
| 3 | +const CHANNEL_RUNTIME_SDK_SURFACE = ["openclaw/plugin-sdk/channel", "runtime"].join("-"); |
| 4 | +const LEGACY_CONFIG_MIGRATE_TEST_PATH = [ |
| 5 | +"src/commands/doctor/shared/legacy-config", |
| 6 | +"migrate.test.ts", |
| 7 | +].join("-"); |
6 | 8 | |
7 | 9 | export const PLUGIN_COMPAT_RECORDS = [ |
8 | 10 | { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。