fix(release): restore package acceptance checks

This commit is contained in:
Peter Steinberger
2026-05-02 11:18:15 +01:00
parent ccb847e46f
commit 051171ba8f
2 changed files with 1 additions and 1 deletions

View File

@@ -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/**",

View File

@@ -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)) {