From 8fdb461f8f0089b8caa7438799f2c39d814d9335 Mon Sep 17 00:00:00 2001 From: zy Date: Tue, 9 Sep 2025 01:11:25 +0800 Subject: [PATCH] docs: update CLAUDE.md with development guidelines (#46) - Add requirements for formatting Go source files after modifications - Specify the need to delete unnecessary scripts and build files generated during testing - Introduce a branching policy for feature changes - Establish a rule against pushing to remote without prior approval - Outline the review process including local and remote PR reviews --- CLAUDE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 04d7161..2d6c6b1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,2 +1,5 @@ - 要求每次修改完后,需要帮我格式化 Go 源码文件. -- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除. \ No newline at end of file +- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除. +- 所有的feature变更,都需要使用分支进行开发. +- 在我未同意之前, 你不能推送到远程. +- 我需要: 1.本地 review; 2.远程 PR review. \ No newline at end of file