Merge branch 'feat/analysis-build-type-edges'

# Conflicts:
#	src/analysis/index.ts
#	src/graph/construction.ts
#	src/index.ts
This commit is contained in:
2026-05-21 22:08:42 +00:00
7 changed files with 146 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
---
id: analysis/template-validation
name: Implement validateTemplate and validatePreconditions
status: pending
status: completed
depends_on:
- analysis/type-compat
- graph/queries

View File

@@ -1,7 +1,7 @@
---
id: graph/construction-call
name: Implement call graph construction (fromCallEvents, updateFromEvent, addCall, addDependency, updateStatus)
status: pending
status: completed
depends_on:
- graph/flowgraph-class
- schema/enums