perf(inbound): trim cold startup import graph (#52082)

* perf(inbound): trim cold startup import graph

* chore(reply): drop redundant inline action type import

* fix(inbound): restore warning and maintenance seams

* fix(reply): restore type seam and secure forked transcripts
This commit is contained in:
Vincent Koc
2026-03-21 22:32:21 -07:00
committed by GitHub
parent c96a12aeb9
commit 041f0b87ec
30 changed files with 643 additions and 397 deletions

View File

@@ -5,7 +5,7 @@ import {
listChatCommandsForConfig,
normalizeCommandBody,
} from "./commands-registry.js";
import { isAbortTrigger } from "./reply/abort.js";
import { isAbortTrigger } from "./reply/abort-primitives.js";
export function hasControlCommand(
text?: string,