chore: update task statuses to completed

This commit is contained in:
2026-05-21 22:09:10 +00:00
parent 7a4e430aa9
commit 18999fb38e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: analysis/build-type-edges id: analysis/build-type-edges
name: Implement buildTypeEdges — populate operation graph with type-compatibility edges name: Implement buildTypeEdges — populate operation graph with type-compatibility edges
status: pending status: completed
depends_on: depends_on:
- analysis/type-compat - analysis/type-compat
- graph/construction-operation - graph/construction-operation

View File

@@ -1,7 +1,7 @@
--- ---
id: analysis/ordering id: analysis/ordering
name: Implement execution ordering functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom) name: Implement execution ordering functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom)
status: pending status: completed
depends_on: depends_on:
- graph/flowgraph-class - graph/flowgraph-class
- graph/queries - graph/queries