chore: update task statuses completed

This commit is contained in:
2026-05-21 22:18:03 +00:00
parent 270bd7cd69
commit ee3da90b63
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
id: meta/analysis-layer
name: Complete analysis layer — type compatibility, ordering, template/graph validation, defaults
status: pending
status: completed
depends_on:
- analysis/type-compat
- analysis/build-type-edges

View File

@@ -1,7 +1,7 @@
---
id: meta/graph-layer
name: Complete graph layer — FlowGraph class, all construction paths, queries, validation
status: pending
status: completed
depends_on:
- graph/flowgraph-class
- graph/construction-operation

View File

@@ -1,7 +1,7 @@
---
id: reactive/node-status
name: Implement node status signal management and computed preconditions + blockedByFailure
status: pending
status: completed
depends_on:
- reactive/workflow-root
- schema/enums