mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:10:51 +00:00
refactor: promote plugin test helpers to sdk
This commit is contained in:
@@ -41,6 +41,12 @@ export const pluginSdkDocMetadata = {
|
||||
"plugin-entry": {
|
||||
category: "core",
|
||||
},
|
||||
"plugin-test-api": {
|
||||
category: "utilities",
|
||||
},
|
||||
"plugin-test-contracts": {
|
||||
category: "utilities",
|
||||
},
|
||||
"channel-actions": {
|
||||
category: "channel",
|
||||
},
|
||||
@@ -53,6 +59,9 @@ export const pluginSdkDocMetadata = {
|
||||
"channel-contract": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-contract-testing": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-pairing": {
|
||||
category: "channel",
|
||||
},
|
||||
@@ -98,6 +107,12 @@ export const pluginSdkDocMetadata = {
|
||||
testing: {
|
||||
category: "utilities",
|
||||
},
|
||||
"channel-test-helpers": {
|
||||
category: "utilities",
|
||||
},
|
||||
"provider-test-contracts": {
|
||||
category: "utilities",
|
||||
},
|
||||
} as const satisfies Record<string, PluginSdkDocMetadata>;
|
||||
|
||||
export type PluginSdkDocEntrypoint = keyof typeof pluginSdkDocMetadata;
|
||||
|
||||
@@ -109,7 +109,10 @@
|
||||
"acp-binding-runtime",
|
||||
"acp-binding-resolve-runtime",
|
||||
"lazy-runtime",
|
||||
"channel-test-helpers",
|
||||
"plugin-test-api",
|
||||
"plugin-test-contracts",
|
||||
"provider-test-contracts",
|
||||
"testing",
|
||||
"temp-path",
|
||||
"logging-core",
|
||||
|
||||
Reference in New Issue
Block a user