refactor: add approval auth runtime subpath

This commit is contained in:
Shakker
2026-04-02 09:16:15 +01:00
committed by Shakker
parent 6e3203a728
commit e7cb9dec43
5 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
export { resolveApprovalApprovers } from "./approval-approvers.js";
export { createResolvedApproverActionAuthAdapter } from "./approval-auth-helpers.js";

View File

@@ -276,6 +276,10 @@ describe("plugin-sdk subpath exports", () => {
expectSourceMentions(subpath, ["chunkTextForOutbound"]);
}
expectSourceMentions("signal", ["chunkText"]);
expectSourceMentions("approval-auth-runtime", [
"createResolvedApproverActionAuthAdapter",
"resolveApprovalApprovers",
]);
expectSourceMentions("reply-chunking", ["chunkText", "chunkTextWithMode"]);
expectSourceMentions("reply-history", [
"buildPendingHistoryContextFromMap",