feat(FN-000): extract workflow merge node capability

Fusion-Task-Id: FN-000
This commit is contained in:
gsxdsm
2026-06-09 17:17:18 -07:00
parent 25cf473553
commit 53d644714c
5 changed files with 184 additions and 2 deletions

View File

@@ -147,6 +147,11 @@ export {
type WorkflowWorkDispatch,
type WorkflowWorkSchedulerStore,
} from "./workflow-work-scheduler.js";
export {
classifyMergePrimitiveResult,
runWorkflowMergeAttemptNode,
type WorkflowMergeNodeDeps,
} from "./workflow-merge-nodes.js";
export { MeshLeaseManager, type MeshLeaseManagerOptions, type LeaseRecoveryContext } from "./mesh-lease-manager.js";
export { MissionAutopilot, type MissionAutopilotOptions } from "./mission-autopilot.js";
export { MissionExecutionLoop, type MissionExecutionLoopOptions, type ValidationResult, loopLog } from "./mission-execution-loop.js";