From 10808c8f3b2f5535c7dfca6fc8a1e7a45cb5b95c Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 12 Feb 2026 20:14:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8C=87=E5=8D=97=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5=E5=92=8C=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index b9467de7..eef13af6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -125,6 +125,8 @@ if (tasks.size > 0) processNextInQueue(0); ## 📝 Type System Guidelines +Important: DO NOT use any in the code! + ### Core Types (src/global/typedefinition.ts) #### App Data Structure @@ -816,6 +818,11 @@ See README.md for more details. 3. **Test installation flow end-to-end** 4. **Update comments and docs** +### MUST DO + +1. Lint code +2. Format code +3. Build vite project to check for errors. --- **Document Version:** 1.0