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 签名。