Commit Graph

76 Commits

Author SHA1 Message Date
8b7f4f985a feat: implement ReactiveHostConfig with WorkflowNode, ReactiveContext, precondition computation and 34 integration tests 2026-05-21 22:20:30 +00:00
18999fb38e chore: update task statuses to completed 2026-05-21 22:09:10 +00:00
7a4e430aa9 Merge branch 'feat/analysis-build-type-edges'
# Conflicts:
#	src/analysis/index.ts
#	src/graph/construction.ts
#	src/index.ts
2026-05-21 22:08:42 +00:00
c7c6d13d6b Merge branch 'feat/analysis-template-validation' 2026-05-21 22:07:11 +00:00
c57a8558c7 Merge branch 'feat/graph-construction-call'
# Conflicts:
#	src/graph/construction.ts
#	test/graph/construction.test.ts
2026-05-21 22:06:51 +00:00
fa2223b90b feat: move buildTypeEdges to src/analysis/type-compat.ts as standalone function
Relocate buildTypeEdges from construction.ts to type-compat.ts per architecture spec.
construction.ts re-exports it for backward compatibility. Add 10 unit tests for
buildTypeEdges covering compatible edges, incompatible edges with mismatches,
unknown schema passthrough, incremental construction, and edge deduplication.
2026-05-21 22:06:26 +00:00
2e0350e87c feat: implement call graph construction methods (fromCallEvents, updateFromEvent, addCall, addDependency, updateStatus, updateCall, removeCall) 2026-05-21 22:04:28 +00:00
d7fea47214 Merge branch 'feat/analysis-ordering' 2026-05-21 22:03:19 +00:00
67907dc0f3 Implement validatePreconditions and validateTemplate for template validation 2026-05-21 22:02:31 +00:00
fb921f9a29 feat: add execution ordering analysis functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom, ancestors, descendants) 2026-05-21 21:58:30 +00:00
3b52998f20 chore: update task graph/construction-json status to completed 2026-05-21 21:56:43 +00:00
5cfc8882bd Implement fromJSON, export, toJSON, toString serialization for FlowGraph 2026-05-21 21:51:24 +00:00
7a5bd2f513 chore: update task statuses to completed for graph-validation, host-graphology, graph-construction-operation, reactive-workflow-root 2026-05-21 21:46:29 +00:00
e201408737 Merge branch 'feat/reactive-workflow-root' 2026-05-21 21:46:00 +00:00
48b5dec234 Merge feat/graph-construction-operation: resolve conflicts across construction.ts, index.ts, analysis/index.ts 2026-05-21 21:45:48 +00:00
1cbc59aa44 Merge branch 'feat/host-graphology' 2026-05-21 21:43:23 +00:00
a50394e3f0 Merge feat/graph-validation: manually resolve construction.ts conflict 2026-05-21 21:43:08 +00:00
91912b954d feat(reactive): implement WorkflowReactiveRoot with signal graph, EventLogProjection, lifecycle, abort, and dispose 2026-05-21 21:29:55 +00:00
5514c5aacc feat(graph): implement fromSpecs, addOperation, addTypedEdge, buildTypeEdges 2026-05-21 21:28:27 +00:00
efded0946e feat(host): implement GraphologyHostConfig — render ujsx templates to graphology DAG 2026-05-21 21:23:28 +00:00
cbad7d553d Merge feat/graph-validation: resolve conflicts in construction.ts and index.ts 2026-05-21 21:19:21 +00:00
48b389841e Implement graph validation functions (validateSchema, validateGraph, validate) 2026-05-21 21:16:34 +00:00
750ef2d4b7 feat(graph): implement query methods — topologicalOrder, hasCycles, findCycles, ancestors, descendants, reachableFrom, and call graph queries (filterByStatus, getRoots, children, duration, lineage) 2026-05-21 21:15:58 +00:00
d63ef886d8 chore: update task graph/flowgraph-class status to completed 2026-05-21 21:11:50 +00:00
1503ca07aa feat(graph): implement FlowGraph class wrapping graphology DirectedGraph
Implements the core FlowGraph class with generic type parameters, DAG-enforced mutations,
cycle detection via graphology-dag, node/edge CRUD, traversal methods, and static factory stubs.
2026-05-21 21:11:12 +00:00
e8736cb010 chore: update meta/component-layer and meta/schema-layer status to completed 2026-05-21 21:07:22 +00:00
3b27ba7c1b chore: update task schema/graph-schemas status to completed 2026-05-21 21:07:08 +00:00
0d6657657e chore: update tasks analysis/type-compat and schema/graph-schemas status to completed 2026-05-21 21:06:58 +00:00
fe6cb15423 Merge branch 'feat/schema-graph-schemas' 2026-05-21 21:06:43 +00:00
9747244653 feat(schema): add SerializedGraph factory, OperationGraphSerialized, CallGraphSerialized, FlowGraphSerialized 2026-05-21 21:06:24 +00:00
f25e5c8eaf Merge feat/analysis-type-compat: resolve conflicts in analysis/index.ts 2026-05-21 21:06:15 +00:00
b6cb32da3a chore: update task component/map status to completed 2026-05-21 21:05:59 +00:00
a060858e6e Implement typeCompat function for deep structural schema compatibility checking 2026-05-21 21:05:50 +00:00
9c92618292 chore: update task component/conditional status to completed 2026-05-21 21:05:48 +00:00
4a7c64777b Merge branch 'feat/component-map' 2026-05-21 21:05:28 +00:00
87722ae73f Merge branch 'feat/component-conditional' 2026-05-21 21:04:20 +00:00
80b4831e40 Implement Map ujsx component for dynamic array mapping 2026-05-21 21:04:18 +00:00
9bc1f038bd Implement <Conditional> ujsx component with test prop (string/function), else prop, and unit tests 2026-05-21 21:04:01 +00:00
d7578994fb chore: update task analysis/defaults status to completed 2026-05-21 21:02:07 +00:00
9c60e4f673 Implement analysis defaults module with default value resolution for CallStatus, NodeStatus, EdgeType, and node attributes 2026-05-21 21:01:12 +00:00
cbd26688f8 chore: update task status to completed for component-operation, schema-edge-attrs 2026-05-21 20:59:52 +00:00
6423225716 Merge branch 'feat/schema-edge-attrs' 2026-05-21 20:59:29 +00:00
e2a7d889c6 feat(schema): add edge attribute schemas and CallResult schema 2026-05-21 20:59:11 +00:00
aa5ba56b1b Implement Operation ujsx component with props and leaf node behavior 2026-05-21 20:58:53 +00:00
c1c1c012d4 chore: update task schema/node-attrs status to completed 2026-05-21 20:56:31 +00:00
5f80cd8f75 feat(schema): add OperationNodeAttrs and CallNodeAttrs TypeBox schemas 2026-05-21 20:55:54 +00:00
b2691283a2 chore: update task setup/test-infrastructure status to completed 2026-05-21 20:53:14 +00:00
8c997433e2 chore: update task status to completed for component-sequential, error-hierarchy, schema-enums 2026-05-21 20:53:06 +00:00
d4f5b66cbd Merge branch 'feat/setup-test-infrastructure' 2026-05-21 20:52:51 +00:00
aa75fc4811 Merge branch 'feat/schema-enums' 2026-05-21 20:52:27 +00:00