feat(FN-000): claim workflow work in scheduler substrate

Fusion-Task-Id: FN-000
This commit is contained in:
gsxdsm
2026-06-09 17:15:59 -07:00
parent 5a36ac1cd6
commit 0ec7b496ae
4 changed files with 174 additions and 0 deletions

View File

@@ -141,6 +141,12 @@ export {
} from "./workflow-task-runtime.js";
export { collectTaskEvaluationEvidence } from "./evaluator-evidence.js";
export { Scheduler, type SchedulerOptions } from "./scheduler.js";
export {
claimDueWorkflowWorkItem,
type ClaimWorkflowWorkOptions,
type WorkflowWorkDispatch,
type WorkflowWorkSchedulerStore,
} from "./workflow-work-scheduler.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";