mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:30:44 +00:00
refactor(plugin-sdk): split infra runtime barrel
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user