Revert "refactor: move tasks into bundled plugin"

This reverts commit c75f4695b7.
This commit is contained in:
Peter Steinberger
2026-04-01 01:28:18 +09:00
parent 759d37635d
commit 8bf8baef87
25 changed files with 10 additions and 1400 deletions

View File

@@ -31,7 +31,6 @@ export function createTestPluginApi(api: TestPluginApiInput): OpenClawPluginApi
registerMemoryFlushPlan() {},
registerMemoryRuntime() {},
registerMemoryEmbeddingProvider() {},
registerOperationsRuntime() {},
resolvePath(input: string) {
return input;
},