docs: record english-only commit message convention in CLAUDE.md

This commit is contained in:
Misaka_Company
2026-08-04 17:58:18 +08:00
parent 8e656516ea
commit 5853cb34e7

View File

@@ -141,4 +141,5 @@ playwright install chromium
切勿提交,也别把真实凭据写进 `config.example.yaml`
- **不要自动提交 / 推送**:本仓库约定改动后等用户明确说"提交"再 commit/push
(覆盖全局 CLAUDE.md 的 auto-push 默认)。
- **提交消息一律英文**:格式 `type(scope): 英文描述`,风格与历史提交保持一致,禁止中文提交消息。
- 改完 Python 文件**必须跑 Black**(全局规范)。