From 2dd17be5d06779ffa74753fcf548a37750410e18 Mon Sep 17 00:00:00 2001 From: "KOKO\\Mimi" Date: Fri, 31 Jul 2026 16:16:28 +0900 Subject: [PATCH] chore(equation-and-linear-solve): mark phase completed --- phases/equation-and-linear-solve/index.json | 3 ++- phases/index.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/phases/equation-and-linear-solve/index.json b/phases/equation-and-linear-solve/index.json index cb3e420..65a065b 100644 --- a/phases/equation-and-linear-solve/index.json +++ b/phases/equation-and-linear-solve/index.json @@ -27,5 +27,6 @@ "completed_at": "2026-07-31T16:16:28+0900" } ], - "created_at": "2026-07-31T15:19:35+0900" + "created_at": "2026-07-31T15:19:35+0900", + "completed_at": "2026-07-31T16:16:28+0900" } \ No newline at end of file diff --git a/phases/index.json b/phases/index.json index 8ed475f..f3dc335 100644 --- a/phases/index.json +++ b/phases/index.json @@ -17,7 +17,8 @@ }, { "dir": "equation-and-linear-solve", - "status": "pending" + "status": "completed", + "completed_at": "2026-07-31T16:16:28+0900" }, { "dir": "results-and-pipeline", @@ -44,4 +45,4 @@ "status": "pending" } ] -} +} \ No newline at end of file