fix(ci): repair baseline lint and test gates

This commit is contained in:
Vincent Koc
2026-06-22 11:44:08 +08:00
parent 97a015bace
commit a9be81d510
5 changed files with 15 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
"ssrf-policy": 1,
"ssrf-runtime": 1,
"media-runtime": 2,
"text-runtime": 188,
"text-runtime": 189,
"agent-runtime": 7,
"plugin-runtime": 13,
"channel-secret-runtime": 23,
@@ -163,11 +163,11 @@ let publicDeprecatedExportsByEntrypointBudget;
try {
budgets = {
publicEntrypoints: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_ENTRYPOINTS", 321),
publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10311),
publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5174),
publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10327),
publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5184),
publicDeprecatedExports: readBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS",
3246,
3247,
),
publicWildcardReexports: readBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS",