Merge remote-tracking branch 'origin/main' into gsxdsm/workflowbuilder

This commit is contained in:
gsxdsm
2026-06-03 19:52:37 -07:00
127 changed files with 12396 additions and 227 deletions

View File

@@ -73,10 +73,17 @@ export {
evaluateBranchGroupPromotion,
evaluateBranchGroupCompletion,
promoteBranchGroup,
reconcileBranchGroupPr,
type BranchGroupMergeRouting,
type BranchGroupPromotionDecision,
type BranchGroupCompletionStatus,
type BranchGroupPromotionResult,
type PromoteBranchGroupInput,
type ReconcileBranchGroupPrResult,
type CreateGroupPrFn,
type SyncGroupPrFn,
type CloseGroupPrFn,
type GroupPrReconcileResult,
} from "./group-merge-coordinator.js";
export {
resolveMergeIntegrationRoot,
@@ -131,6 +138,7 @@ export {
type InteractiveAgentResult,
type InteractiveAgentFactory,
} from "./interactive-ai-session.js";
export { selectPermanentAgentForTask, listEligibleExecutorAgents } from "./agent-assignment.js";
// Register createFnAgent into core's loader so consumers in @fusion/core
// (e.g. ai-summarize, memory-compaction) can resolve it without a circular