This website requires JavaScript.
Explore
Help
Sign In
alkdev
/
flowgraph
Watch
2
Star
0
Fork
0
You've already forked flowgraph
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d7fea4721438982a7d334dec85a030b01282c959
flowgraph
/
test
History
glm-5.1
d7fea47214
Merge branch 'feat/analysis-ordering'
2026-05-21 22:03:19 +00:00
..
analysis
feat: add execution ordering analysis functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom, ancestors, descendants)
2026-05-21 21:58:30 +00:00
component
Merge branch 'feat/component-map'
2026-05-21 21:05:28 +00:00
error
Implement FlowgraphError hierarchy with all error classes and validation result types
2026-05-21 20:51:19 +00:00
graph
Implement fromJSON, export, toJSON, toString serialization for FlowGraph
2026-05-21 21:51:24 +00:00
helpers
setup: add vitest test infrastructure with helpers, fixtures, and reactive test patterns
2026-05-21 20:52:04 +00:00
host
feat(host): implement GraphologyHostConfig — render ujsx templates to graphology DAG
2026-05-21 21:23:28 +00:00
reactive
feat(reactive): implement WorkflowReactiveRoot with signal graph, EventLogProjection, lifecycle, abort, and dispose
2026-05-21 21:29:55 +00:00
schema
feat(schema): add SerializedGraph factory, OperationGraphSerialized, CallGraphSerialized, FlowGraphSerialized
2026-05-21 21:06:24 +00:00