Commit Graph

7 Commits

Author SHA1 Message Date
dd96ceb4f8 feat: wire all barrel exports, resolve conflicts, add 8 sub-path import tests 2026-05-21 22:55:37 +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
2e0350e87c feat: implement call graph construction methods (fromCallEvents, updateFromEvent, addCall, addDependency, updateStatus, updateCall, removeCall) 2026-05-21 22:04:28 +00:00
5cfc8882bd Implement fromJSON, export, toJSON, toString serialization for FlowGraph 2026-05-21 21:51:24 +00:00
5514c5aacc feat(graph): implement fromSpecs, addOperation, addTypedEdge, buildTypeEdges 2026-05-21 21:28:27 +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
5fbf7a75bc setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders 2026-05-21 20:46:10 +00:00