Merge feat/graph-construction-operation: resolve conflicts across construction.ts, index.ts, analysis/index.ts

This commit is contained in:
2026-05-21 21:45:48 +00:00
7 changed files with 369 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
---
id: graph/validation
name: Implement graph validation functions (validateSchema, validateGraph, validate)
status: pending
status: completed
depends_on:
- graph/flowgraph-class
- error/hierarchy

View File

@@ -1,7 +1,7 @@
---
id: host/graphology
name: Implement GraphologyHostConfig — render ujsx template to graphology DAG
status: pending
status: completed
depends_on:
- component/operation
- component/sequential