refactor(commands): share native plugin command merging (#120972)

This commit is contained in:
Peter Steinberger
2026-08-09 14:57:45 -07:00
committed by GitHub
parent 0dbdf994b3
commit 6ee409ca7b
14 changed files with 610 additions and 106 deletions
+4 -2
View File
@@ -250,7 +250,8 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
// +3: channel streaming config reader re-exports and session-agent scope resolver.
// +3: session-catalog terminal-start provider request and Gateway params/result contracts.
// +1: worker desktop endpoint contract for desktop-capable worker leases.
4848,
// +1: native command spec merger through the native-command-registry facade.
4849,
env,
),
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
@@ -303,7 +304,8 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
// +1: simple channel secret contract factory replacing repeated collectors.
// +4: focused agent scope functions for doctor migration enumeration.
// +3: channel streaming config reader functions and session-agent scope resolver.
2920,
// +1: native command spec merger through the native-command-registry facade.
2921,
env,
),
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(