fix(ci): break facade runtime init cycle (#61053)

* fix(ci): break facade runtime init cycle

* style(config): normalize provider schema imports
This commit is contained in:
Altay
2026-04-05 01:31:59 +03:00
committed by GitHub
parent fd71bc04ec
commit ccc7549afe
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
import { z } from "zod";
import { isSafeScpRemoteHost } from "../infra/scp-host.js";
import { isValidInboundPathRootPattern } from "../media/inbound-path-policy.js";
import {
normalizeTelegramCommandDescription,
normalizeTelegramCommandName,
resolveTelegramCustomCommands,
} from "../../extensions/telegram/config-api.js";
import { isSafeScpRemoteHost } from "../infra/scp-host.js";
import { isValidInboundPathRootPattern } from "../media/inbound-path-policy.js";
} from "../plugin-sdk/telegram-command-config.js";
import { ToolPolicySchema } from "./zod-schema.agent-runtime.js";
import {
ChannelHealthMonitorSchema,