CI: add built plugin singleton smoke (#48710)

This commit is contained in:
Tak Hoffman
2026-03-17 15:17:41 -05:00
committed by GitHub
parent 3d3f292f66
commit 5a2a4abc12
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export {
clearPluginCommands,
executePluginCommand,
getPluginCommandSpecs,
matchPluginCommand,
} from "./commands.js";
export { loadOpenClawPlugins } from "./loader.js";