From 9a930d2f4ee42280dcd59c47d8c5df043a836dc7 Mon Sep 17 00:00:00 2001 From: wonder Date: Sun, 24 May 2026 13:36:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B9=B6=E6=8F=90=E4=BA=A4=E7=9A=84=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 739b820..c1c9cc2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -71,3 +71,4 @@ npm run typecheck - API 路径统一使用 `/api/v1/` 前缀。 - 错误响应统一格式:`{"code": int, "message": string, "data": any}`。 - Git commit message 使用中文或英文均可,但需要清晰描述变更内容。 +- 每次小任务执行完毕后,检查并更新 `docs/` 下相关文档(如 API 状态、后端文件结构等),然后自动提交 commit,但不要 push。commit message 禁止使用 Co-Authored-By 签名。