diff --git a/tasks/analysis-build-type-edges.md b/tasks/analysis-build-type-edges.md index d34da5e..52e51b9 100644 --- a/tasks/analysis-build-type-edges.md +++ b/tasks/analysis-build-type-edges.md @@ -1,7 +1,7 @@ --- id: analysis/build-type-edges name: Implement buildTypeEdges — populate operation graph with type-compatibility edges -status: pending +status: completed depends_on: - analysis/type-compat - graph/construction-operation diff --git a/tasks/analysis-ordering.md b/tasks/analysis-ordering.md index a021c76..a90914e 100644 --- a/tasks/analysis-ordering.md +++ b/tasks/analysis-ordering.md @@ -1,7 +1,7 @@ --- id: analysis/ordering name: Implement execution ordering functions (topologicalOrder, parallelGroups, criticalPath, reachableFrom) -status: pending +status: completed depends_on: - graph/flowgraph-class - graph/queries