From 7a5bd2f513b6f0f83be17696dd52e82f167bc92b Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Thu, 21 May 2026 21:46:29 +0000 Subject: [PATCH] chore: update task statuses to completed for graph-validation, host-graphology, graph-construction-operation, reactive-workflow-root --- tasks/graph-construction-operation.md | 2 +- tasks/reactive-workflow-root.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/graph-construction-operation.md b/tasks/graph-construction-operation.md index 453aaa4..af11557 100644 --- a/tasks/graph-construction-operation.md +++ b/tasks/graph-construction-operation.md @@ -1,7 +1,7 @@ --- id: graph/construction-operation name: Implement operation graph construction (fromSpecs, addOperation, addTypedEdge) -status: pending +status: completed depends_on: - graph/flowgraph-class scope: moderate diff --git a/tasks/reactive-workflow-root.md b/tasks/reactive-workflow-root.md index ef1b05f..e7ab308 100644 --- a/tasks/reactive-workflow-root.md +++ b/tasks/reactive-workflow-root.md @@ -1,7 +1,7 @@ --- id: reactive/workflow-root name: Implement WorkflowReactiveRoot — signal graph, EventLogProjection, lifecycle, abort, dispose -status: pending +status: completed depends_on: - graph/flowgraph-class - schema/enums