mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:50:43 +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;
|
||||
|
||||
Reference in New Issue
Block a user