Skip to content

Commit 34646a9

Browse files
committed
chore(plugin-sdk): pin surface budgets to healed-base counts
1 parent 5755e96 commit 34646a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/plugin-sdk-surface-report.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function readPluginSdkEntrypointBudgetEnv(name, fallback, env = process.env) {
9191
}
9292

9393
const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
94-
"agent-core": 1,
9594
core: 2,
9695
health: 1,
9796
lmstudio: 1,
@@ -210,7 +209,7 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
210209
),
211210
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
212211
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS",
213-
5359,
212+
5358,
214213
env,
215214
),
216215
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(

0 commit comments

Comments
 (0)