fix(release): restore package acceptance checks · openclaw/openclaw@051171b
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
File tree
scripts/e2e/lib/kitchen-sink-plugin
| Original file line number | Diff line number | Diff line change |
|---|
@@ -40,7 +40,6 @@
|
40 | 40 | "!dist/extensions/diagnostics-otel/**", |
41 | 41 | "!dist/extensions/diagnostics-prometheus/**", |
42 | 42 | "!dist/extensions/diffs/**", |
43 | | -"!dist/extensions/discord/**", |
44 | 43 | "!dist/extensions/feishu/**", |
45 | 44 | "!dist/extensions/google-meet/**", |
46 | 45 | "!dist/extensions/googlechat/**", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -157,6 +157,7 @@ function assertExpectedDiagnostics(surfaceMode, errorMessages) {
|
157 | 157 | "context engine registration missing id", |
158 | 158 | "http route registration missing or invalid auth: /kitchen-sink/http-route", |
159 | 159 | "plugin must own memory slot or declare contracts.memoryEmbeddingProviders for adapter: kitchen-sink-memory-embedding-provider", |
| 160 | +"plugin must declare contracts.tools for: kitchen-sink-tool", |
160 | 161 | "memory prompt supplement registration missing builder", |
161 | 162 | ]); |
162 | 163 | if (!INVALID_PROBE_DIAGNOSTIC_SURFACE_MODES.has(surfaceMode)) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。