fix(cycles): split reply payload and option contracts

This commit is contained in:
Vincent Koc
2026-04-11 22:24:55 +01:00
parent 25665dd335
commit a88fbf0f64
48 changed files with 256 additions and 240 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export {
DEFAULT_GROUP_HISTORY_LIMIT,
recordPendingHistoryEntryIfEnabled,
} from "../auto-reply/reply/history.js";
export type { ReplyPayload } from "../auto-reply/types.js";
export type { ReplyPayload } from "../auto-reply/reply-payload.js";
export { logTypingFailure } from "../channels/logging.js";
export type { AllowlistMatch } from "../channels/plugins/allowlist-match.js";
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";