feat: implement ReactiveHostConfig with WorkflowNode, ReactiveContext, precondition computation and 34 integration tests

This commit is contained in:
2026-05-21 22:20:30 +00:00
parent 18999fb38e
commit 8b7f4f985a
3 changed files with 757 additions and 6 deletions

View File

@@ -1,2 +1,4 @@
export { GraphologyHostConfig } from "./graphology.js";
export type { WorkflowTag, GraphNode, GraphContext, OperationRegistry } from "./graphology.js";
export type { WorkflowTag, GraphNode, GraphContext, OperationRegistry as GraphOperationRegistry } from "./graphology.js";
export { ReactiveHostConfig } from "./reactive.js";
export type { WorkflowNode, ReactiveContext, OperationRegistry } from "./reactive.js";