refactor: trim extension runtime barrels

This commit is contained in:
Peter Steinberger
2026-05-01 14:06:06 +01:00
parent 86251f4391
commit 73891eaca6
3 changed files with 2 additions and 14 deletions

View File

@@ -3,12 +3,7 @@ export {
normalizeAccountId,
normalizeOptionalAccountId,
} from "openclaw/plugin-sdk/account-id";
export { isPrivateOrLoopbackHost } from "./private-network-host.js";
export {
assertHttpUrlTargetsPrivateNetwork,
isPrivateNetworkOptInEnabled,
ssrfPolicyFromDangerouslyAllowPrivateNetwork,
ssrfPolicyFromAllowPrivateNetwork,
type LookupFn,
type SsrFPolicy,
} from "openclaw/plugin-sdk/ssrf-runtime";

View File

@@ -22,7 +22,6 @@ export {
export { formatLocationText, toLocationContext } from "openclaw/plugin-sdk/channel-location";
export { getAgentScopedMediaLocalRoots } from "openclaw/plugin-sdk/agent-media-payload";
export { logInboundDrop, logTypingFailure } from "openclaw/plugin-sdk/channel-logging";
export { resolveAckReaction } from "openclaw/plugin-sdk/channel-feedback";
export {
buildChannelKeyCandidates,
resolveChannelEntryMatch,

View File

@@ -5,15 +5,9 @@
* this barrel to keep the internal module layout opaque.
*/
export { resolveQQBotAccess, type QQBotAccessInput } from "./access-control.js";
export { resolveQQBotAccess } from "./access-control.js";
export { createQQBotSenderMatcher, normalizeQQBotAllowFrom } from "./sender-match.js";
export {
createQQBotSenderMatcher,
normalizeQQBotAllowFrom,
normalizeQQBotSenderId,
} from "./sender-match.js";
export { resolveQQBotEffectivePolicies, type EffectivePolicyInput } from "./resolve-policy.js";
export {
QQBOT_ACCESS_REASON,
type QQBotAccessDecision,
type QQBotAccessReasonCode,
type QQBotAccessResult,