From 6a9da9d5463339799f5738110bf60a1f199054ea Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 11 Apr 2026 11:18:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20git=20commit=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index d14182002..69f9fd6ab 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,21 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This is a **reverse-engineered / decompiled** version of Anthropic's official Claude Code CLI tool. The goal is to restore core functionality while trimming secondary capabilities. Many modules are stubbed or feature-flagged off. TypeScript strict mode is enforced — **`bunx tsc --noEmit` must pass with zero errors**. +## Git Commit Message Convention + +使用 **Conventional Commits** 规范: + +``` +: <描述> +``` + +常见 type:`feat`、`fix`、`docs`、`chore`、`refactor` + +示例: +- `feat: 添加模型 1M 上下文切换` +- `fix: 修复初次登陆的校验问题` +- `chore: remove prefetchOfficialMcpUrls call on startup` + ## Commands ```bash