refactor: shrink plugin sdk public surface

This commit is contained in:
Peter Steinberger
2026-03-18 23:30:25 +00:00
parent 6e044ace28
commit 46f49eb6eb
144 changed files with 254 additions and 867 deletions

View File

@@ -1,5 +1,5 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk/twitch";
import { describe, expect, it } from "vitest";
import type { OpenClawConfig } from "../api.js";
import { twitchPlugin } from "./plugin.js";
describe("twitchPlugin.status.buildAccountSnapshot", () => {