refactor: consolidate byte-size formatting (#99768)

* refactor: consolidate byte-size formatting

* fix: stabilize byte formatter import boundary

* fix: keep byte formatter within SDK budget

* fix: emit byte formatter package entry

* refactor: trim byte formatter surface

* fix: use narrow byte formatter import

* refactor: remove byte formatter dependency changes

* fix: refresh rebased byte formatter baseline
This commit is contained in:
Dallin Romney
2026-07-06 09:26:04 -07:00
committed by GitHub
parent b29d472e41
commit 5af7ba92ce
18 changed files with 172 additions and 82 deletions

View File

@@ -192,12 +192,12 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
),
publicExports: readPluginSdkSurfaceBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS",
10453,
10454,
env,
),
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS",
5218,
5219,
env,
),
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(