refactor(plugin-sdk): remove test-only facades (#122807)

This commit is contained in:
Peter Steinberger
2026-08-12 13:57:07 -07:00
committed by GitHub
parent 468dc55a39
commit 79380000e0
15 changed files with 25 additions and 418 deletions
+1 -4
View File
@@ -665,10 +665,7 @@ const config = {
},
[`${BUNDLED_PLUGIN_ROOT_DIR}/amazon-bedrock-mantle`]: bundledPluginWorkspace(),
[`${BUNDLED_PLUGIN_ROOT_DIR}/amazon-bedrock`]: bundledPluginWorkspace(),
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic`]: bundledPluginWorkspace([
// The plugin-SDK anthropic-cli facade resolves this shipped artifact by basename.
"cli-api.ts!",
]),
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic`]: bundledPluginWorkspace(),
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic-vertex`]: bundledPluginWorkspace(),
[`${BUNDLED_PLUGIN_ROOT_DIR}/acpx`]: bundledPluginWorkspace([
// Copied as executable runtime internals by the package artifact manifest.