From 18999fb38e71fdccbda330c3e6cf0d57f110c8b1 Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Thu, 21 May 2026 22:09:10 +0000 Subject: [PATCH] chore: update task statuses to completed --- tasks/analysis-build-type-edges.md | 2 +- tasks/analysis-ordering.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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