From 01eebdd3de089312e98c946324985812321d1f06 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 17:42:09 +0530 Subject: [PATCH] admin: computing-pi: add T1 --- src/data/admin-data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index b7a6ee9..b5070f0 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -379,6 +379,14 @@ "remark": "Rewrote the guided-mode instructions as three paragraphs: light-grey edges rule, red arc / green line legend, and the click-to-swap instruction.", "doneDate": "2026-04-21" } + ], + "computing-pi": [ + { + "id": "b7be0d32-057f-4902-8b0c-e9fcaa068d5d", + "text": "change threshold of safety cap to 5000", + "done": false, + "refId": "T1" + } ] } }