Skip to content

Commit 4357786

Browse files
docs: 添加 git commit 规范
1 parent 72dc14e commit 4357786

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
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**.
88

9+
## Git Commit Message Convention
10+
11+
使用 **Conventional Commits** 规范:
12+
13+
```
14+
<type>: <描述>
15+
```
16+
17+
常见 type:`feat``fix``docs``chore``refactor`
18+
19+
示例:
20+
- `feat: 添加模型 1M 上下文切换`
21+
- `fix: 修复初次登陆的校验问题`
22+
- `chore: remove prefetchOfficialMcpUrls call on startup`
23+
924
## Commands
1025

1126
```bash

0 commit comments

Comments
 (0)