/** * Merge-Weave Module * * @experimental This module is NOT part of the Lex 1.0.0 public contract. * It provides internal types for merge-weave execution state, but the * semantics and API may change without notice. * * Orchestration strategies (merge pyramids, weave ordering, gate sequencing) * are implementation details of consuming tools like LexRunner, not part * of the Lex substrate contract. * * @internal */ export type { WeaveState, WeaveEvent, WeaveLock, WeaveProgress } from "./types.js";