mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
fix(release): restore package acceptance checks
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
"!dist/extensions/diagnostics-otel/**",
|
||||
"!dist/extensions/diagnostics-prometheus/**",
|
||||
"!dist/extensions/diffs/**",
|
||||
"!dist/extensions/discord/**",
|
||||
"!dist/extensions/feishu/**",
|
||||
"!dist/extensions/google-meet/**",
|
||||
"!dist/extensions/googlechat/**",
|
||||
|
||||
@@ -157,6 +157,7 @@ function assertExpectedDiagnostics(surfaceMode, errorMessages) {
|
||||
"context engine registration missing id",
|
||||
"http route registration missing or invalid auth: /kitchen-sink/http-route",
|
||||
"plugin must own memory slot or declare contracts.memoryEmbeddingProviders for adapter: kitchen-sink-memory-embedding-provider",
|
||||
"plugin must declare contracts.tools for: kitchen-sink-tool",
|
||||
"memory prompt supplement registration missing builder",
|
||||
]);
|
||||
if (!INVALID_PROBE_DIAGNOSTIC_SURFACE_MODES.has(surfaceMode)) {
|
||||
|
||||
Reference in New Issue
Block a user