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
48b5dec234
Merge feat/graph-construction-operation: resolve conflicts across construction.ts, index.ts, analysis/index.ts
2026-05-21 21:45:48 +00:00
5514c5aacc
feat(graph): implement fromSpecs, addOperation, addTypedEdge, buildTypeEdges
2026-05-21 21:28:27 +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
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