perf(qa): drop per-rpc gateway cli forks

This commit is contained in:
Vincent Koc
2026-04-07 12:23:26 +01:00
committed by Peter Steinberger
parent 02bd9e8c10
commit e7538b4499
4 changed files with 254 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
export type { Command } from "commander";
export type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/core";
export { definePluginEntry } from "openclaw/plugin-sdk/core";
export { GatewayClient } from "openclaw/plugin-sdk/gateway-runtime";
export {
buildQaTarget,
createQaBusThread,