fix(cycles): reduce remaining static import seams

This commit is contained in:
Vincent Koc
2026-04-11 02:43:51 +01:00
parent 350299401f
commit 7198a9f0ee
93 changed files with 275 additions and 216 deletions

View File

@@ -9,7 +9,7 @@ import {
} from "../agents/harness/registry.js";
import type { ChannelPlugin } from "../channels/plugins/types.js";
import { isChannelConfigured } from "../config/channel-configured.js";
import type { OpenClawConfig } from "../config/config.js";
import type { OpenClawConfig } from "../config/types.openclaw.js";
import type { PluginInstallRecord } from "../config/types.plugins.js";
import type { GatewayRequestHandler } from "../gateway/server-methods/types.js";
import { openBoundaryFileSync } from "../infra/boundary-file-read.js";