mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 22:52:03 +00:00
fix(ci): refresh guardrails and config baselines
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user