There was an error while loading. Please reload this page.
2 parents 3ad0539 + aa935e3 commit c4a5614Copy full SHA for c4a5614
4 files changed
.scripts/vitest-openclaw-plugin-sdk.mjs
@@ -0,0 +1,10 @@
1
+export function emptyPluginConfigSchema() {
2
+ return {
3
+ jsonSchema: { type: "object", additionalProperties: false, properties: {} },
4
+ parse: (value) => value,
5
+ };
6
+}
7
+
8
+export function onDiagnosticEvent() {
9
+ return () => undefined;
10
0 commit comments