mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:30:22 +00:00
perf(secrets): narrow channel secret sdk seam
This commit is contained in:
@@ -310,6 +310,24 @@ describe("plugin-sdk subpath exports", () => {
|
||||
});
|
||||
expectSourceMentions("account-helpers", ["createAccountListHelpers"]);
|
||||
expectSourceMentions("channel-actions", ["optionalStringEnum", "stringEnum"]);
|
||||
expectSourceContract("channel-secret-runtime", {
|
||||
mentions: [
|
||||
"collectSimpleChannelFieldAssignments",
|
||||
"collectConditionalChannelFieldAssignments",
|
||||
"collectSecretInputAssignment",
|
||||
"getChannelSurface",
|
||||
"pushAssignment",
|
||||
"pushInactiveSurfaceWarning",
|
||||
"ResolverContext",
|
||||
"SecretTargetRegistryEntry",
|
||||
],
|
||||
omits: [
|
||||
"buildUntrustedChannelMetadata",
|
||||
"evaluateSupplementalContextVisibility",
|
||||
"resolvePinnedMainDmOwnerFromAllowlist",
|
||||
"safeMatchRegex",
|
||||
],
|
||||
});
|
||||
expectSourceMentions("compat", [
|
||||
"createPluginRuntimeStore",
|
||||
"createScopedChannelConfigAdapter",
|
||||
|
||||
Reference in New Issue
Block a user