mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
refactor(extensions): split channel runtime helper seams
This commit is contained in:
@@ -44,6 +44,7 @@ function collectTopLevelPublicSurfaceEntries(pluginDir) {
|
||||
|
||||
const normalizedName = dirent.name.toLowerCase();
|
||||
if (
|
||||
/^config-api\.(?:[cm]?[jt]s)$/u.test(normalizedName) ||
|
||||
normalizedName.includes(".test.") ||
|
||||
normalizedName.includes(".spec.") ||
|
||||
normalizedName.includes(".fixture.") ||
|
||||
|
||||
@@ -70,6 +70,7 @@ function collectTopLevelPublicSurfaceEntries(pluginDir) {
|
||||
const normalizedName = dirent.name.toLowerCase();
|
||||
if (
|
||||
normalizedName.endsWith(".d.ts") ||
|
||||
/^config-api\.(?:[cm]?[jt]s)$/u.test(normalizedName) ||
|
||||
normalizedName.includes(".test.") ||
|
||||
normalizedName.includes(".spec.") ||
|
||||
normalizedName.includes(".fixture.") ||
|
||||
|
||||
@@ -101,6 +101,8 @@
|
||||
"channel-config-primitives",
|
||||
"channel-config-schema",
|
||||
"channel-actions",
|
||||
"channel-plugin-common",
|
||||
"channel-core",
|
||||
"channel-contract",
|
||||
"channel-feedback",
|
||||
"channel-inbound",
|
||||
@@ -130,6 +132,7 @@
|
||||
"realtime-transcription",
|
||||
"realtime-voice",
|
||||
"media-understanding",
|
||||
"messaging-targets",
|
||||
"request-url",
|
||||
"runtime-store",
|
||||
"json-store",
|
||||
@@ -210,6 +213,7 @@
|
||||
"string-normalization-runtime",
|
||||
"state-paths",
|
||||
"synthetic",
|
||||
"target-resolver-runtime",
|
||||
"thread-ownership",
|
||||
"tlon",
|
||||
"tool-send",
|
||||
|
||||
Reference in New Issue
Block a user