refactor(plugin-sdk): split infra runtime barrel

This commit is contained in:
Peter Steinberger
2026-04-27 20:48:09 +01:00
parent d7c3a77b93
commit f0000ab72d
104 changed files with 405 additions and 165 deletions

View File

@@ -16,6 +16,10 @@ const LEGACY_BROAD_SUBPATH_PATTERNS = [
pattern: /["']openclaw\/plugin-sdk\/config-runtime["']/,
label: "openclaw/plugin-sdk/config-runtime",
},
{
pattern: /["']openclaw\/plugin-sdk\/infra-runtime["']/,
label: "openclaw/plugin-sdk/infra-runtime",
},
] as const;
function hasMonolithicRootImport(content: string): boolean {

View File

@@ -52,6 +52,17 @@
"outbound-send-deps",
"outbound-runtime",
"poll-runtime",
"async-lock-runtime",
"channel-activity-runtime",
"concurrency-runtime",
"dedupe-runtime",
"delivery-queue-runtime",
"file-access-runtime",
"heartbeat-runtime",
"number-runtime",
"secure-random-runtime",
"system-event-runtime",
"transport-ready-runtime",
"infra-runtime",
"runtime-config-snapshot",
"runtime-group-policy",