fix(ci): refresh guardrails and config baselines

This commit is contained in:
Peter Steinberger
2026-04-03 11:17:23 +01:00
parent 2766c27b2a
commit fb0d82ba9f
6 changed files with 10008 additions and 5 deletions

View File

@@ -197,10 +197,10 @@ plugins should import their own local runtime code directly from their
extension-owned modules.
The same boundary applies to provider-named SDK seams in general: core should
not import `openclaw/plugin-sdk/slack`, `.../discord`, `.../signal`,
`.../whatsapp`, or other channel-specific convenience barrels. If core needs a
behavior, either consume the bundled plugin's own `api.ts` / `runtime-api.ts`
barrel or promote the need into a narrow generic capability in the shared SDK.
not import channel-specific convenience barrels for Slack, Discord, Signal,
WhatsApp, or similar extensions. If core needs a behavior, either consume the
bundled plugin's own `api.ts` / `runtime-api.ts` barrel or promote the need
into a narrow generic capability in the shared SDK.
For polls specifically, there are two execution paths: