refactor: move remaining channel seams into plugins

This commit is contained in:
Peter Steinberger
2026-03-15 23:47:22 -07:00
parent ae60094fb5
commit 2054cb9431
42 changed files with 246 additions and 787 deletions

View File

@@ -1,5 +1,5 @@
import { normalizeIMessageHandle } from "../../extensions/imessage/src/targets.js";
import { imessageOutbound } from "../channels/plugins/outbound/imessage.js";
import { imessageOutbound } from "../../test/channel-outbounds.js";
import type { ChannelOutboundAdapter, ChannelPlugin } from "../channels/plugins/types.js";
import { collectStatusIssuesFromLastError } from "../plugin-sdk/status-helpers.js";