refactor: clean extension api boundaries

This commit is contained in:
Peter Steinberger
2026-03-17 09:33:17 -07:00
parent 4d8106eece
commit 4b125762f6
147 changed files with 699 additions and 364 deletions

View File

@@ -1,4 +1,4 @@
import { normalizeIMessageHandle } from "../../extensions/imessage/src/targets.js";
import { normalizeIMessageHandle } from "../../extensions/imessage/api.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";