refactor: burn wrapper shadowing baseline entries (#122040)

* refactor: burn wrapper shadowing entries

* chore: refresh wrapper shadowing baselines

* test: update secrets runtime state mocks

* fix(ci): absorb Control UI build identity variance
This commit is contained in:
Peter Steinberger
2026-08-11 08:24:03 -07:00
committed by GitHub
parent b30e0dc4c6
commit db73b59c04
172 changed files with 769 additions and 943 deletions
@@ -7,13 +7,6 @@
],
"sdk": true
},
{
"name": "clearSecretsRuntimeSnapshot",
"files": [
"src/secrets/runtime-state.ts",
"src/secrets/runtime.ts"
]
},
{
"name": "createPluginLoaderLogger",
"files": [
-153
View File
@@ -1,157 +1,4 @@
[
{
"name": "buildConfigSchema",
"wrapped": "src/config/schema.ts",
"wrapper": "src/config/doc-baseline.runtime.ts"
},
{
"name": "buildShouldSuppressBuiltInModel",
"wrapped": "src/agents/model-suppression.ts",
"wrapper": "src/agents/model-suppression.runtime.ts"
},
{
"name": "clearRuntimeAuthProfileStoreSnapshot",
"wrapped": "src/agents/auth-profiles/runtime-snapshots.ts",
"wrapper": "src/agents/auth-profiles/store.ts"
},
{
"name": "clearSecretsRuntimeSnapshot",
"wrapped": "src/secrets/runtime-state.ts",
"wrapper": "src/secrets/runtime.ts"
},
{
"name": "collectBundledChannelConfigs",
"wrapped": "src/plugins/bundled-channel-config-metadata.ts",
"wrapper": "src/config/doc-baseline.runtime.ts"
},
{
"name": "collectChannelSchemaMetadata",
"wrapped": "src/config/channel-config-metadata.ts",
"wrapper": "src/config/doc-baseline.runtime.ts"
},
{
"name": "collectChannelSecurityFindings",
"wrapped": "src/security/audit-channel.ts",
"wrapper": "src/security/audit-channel.collect.runtime.ts"
},
{
"name": "collectPluginSchemaMetadata",
"wrapped": "src/config/channel-config-metadata.ts",
"wrapper": "src/config/doc-baseline.runtime.ts"
},
{
"name": "createAgentHarnessToolSurfaceRuntime",
"wrapped": "src/agents/harness/tool-surface-bridge.ts",
"wrapper": "src/plugin-sdk/agent-harness-tool-runtime.ts"
},
{
"name": "createChannelPluginBase",
"wrapped": "src/plugin-sdk/core.ts",
"wrapper": "src/plugin-sdk/channel-core.ts"
},
{
"name": "createDeferred",
"wrapped": "src/shared/deferred.ts",
"wrapper": "src/plugin-sdk/extension-shared.ts"
},
{
"name": "DEFAULT_PROGRESS_DRAFT_LABELS",
"wrapped": "src/shared/progress-labels.ts",
"wrapper": "src/channels/streaming.ts"
},
{
"name": "getActivePluginRegistryWorkspaceDirFromState",
"wrapped": "src/plugins/runtime-workspace-state.ts",
"wrapper": "src/plugins/runtime-state.ts"
},
{
"name": "getActiveRuntimeWebToolsMetadata",
"wrapped": "src/secrets/runtime-web-tools-state.ts",
"wrapper": "src/secrets/runtime.ts"
},
{
"name": "getActiveSecretsRuntimeEnv",
"wrapped": "src/secrets/runtime-state.ts",
"wrapper": "src/secrets/runtime.ts"
},
{
"name": "getActiveSecretsRuntimeSnapshotRevision",
"wrapped": "src/secrets/runtime-state.ts",
"wrapper": "src/secrets/runtime.ts"
},
{
"name": "getActiveSecretsRuntimeSnapshot",
"wrapped": "src/secrets/runtime-state.ts",
"wrapper": "src/secrets/runtime.ts"
},
{
"name": "getActiveSkillEnvKeys",
"wrapped": "src/skills/runtime/env-overrides.ts",
"wrapper": "src/skills/runtime/env-overrides.runtime.ts"
},
{
"name": "getApiKeyForModel",
"wrapped": "src/agents/model-auth-model.ts",
"wrapper": "src/plugins/runtime/runtime-model-auth.runtime.ts",
"via": "src/agents/model-auth.ts"
},
{
"name": "getCoreCliCommandNames",
"wrapped": "src/cli/program/core-command-descriptors.ts",
"wrapper": "src/cli/program/command-registry-core.ts"
},
{
"name": "getDefaultLocalRoots",
"wrapped": "src/media/local-media-access.ts",
"wrapper": "src/plugins/runtime/runtime-web-channel-plugin.ts",
"via": "src/media/web-media.ts"
},
{
"name": "getDiagnosticSessionStateCountForTest",
"wrapped": "src/logging/diagnostic-session-state.ts",
"wrapper": "src/logging/diagnostic.ts"
},
{
"name": "getPreparedRuntimeAuthProfileStoreSnapshot",
"wrapped": "src/agents/auth-profiles/runtime-snapshots.ts",
"wrapper": "src/agents/auth-profiles/store.ts"
},
{
"name": "getRuntimeAuthProfileStoreSnapshot",
"wrapped": "src/agents/auth-profiles/runtime-snapshots.ts",
"wrapper": "src/agents/auth-profiles/store.ts"
},
{
"name": "getSubCliEntries",
"wrapped": "src/cli/program/subcli-descriptors.ts",
"wrapper": "src/cli/program/register.subclis-core.ts"
},
{
"name": "hasExplicitPluginConfig",
"wrapped": "src/plugins/config-normalization-shared.ts",
"wrapper": "src/plugins/config-state.ts"
},
{
"name": "isAllowedParsedChatSender",
"wrapped": "src/channels/plugins/chat-target-prefixes.ts",
"wrapper": "src/plugin-sdk/allow-from.ts"
},
{
"name": "isBundledChannelEnabledByChannelConfig",
"wrapped": "src/plugins/config-normalization-shared.ts",
"wrapper": "src/plugins/config-state.ts"
},
{
"name": "isMissingPathError",
"wrapped": "src/infra/errno.ts",
"wrapper": "src/plugin-sdk/memory-host-event-export.ts",
"via": "src/infra/errors.ts"
},
{
"name": "listAuthProfileStoreAgentDirs",
"wrapped": "src/secrets/auth-store-paths.ts",
"wrapper": "src/secrets/storage-scan.ts"
},
{
"name": "loadBundledPluginPublicSurfaceModuleSync",
"wrapped": "src/plugin-sdk/facade-loader.ts",