From d2e18a751c07a6036a4440f7f44dcaeb432ba23b Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 8 Jun 2025 16:09:26 +0930 Subject: [PATCH] chore: add project status meta --- .meta/project_status.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .meta/project_status.json diff --git a/.meta/project_status.json b/.meta/project_status.json new file mode 100644 index 0000000..e686e86 --- /dev/null +++ b/.meta/project_status.json @@ -0,0 +1,8 @@ +{ + "schemaVersion": 1, + "label": "Project Status", + "message": "Active", + "namedLogo": "github", + "color": "green", + "style": "plastic" +} \ No newline at end of file