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
This commit is contained in:
zy
2025-09-09 01:11:25 +08:00
committed by GitHub
parent cc14518d03
commit 8fdb461f8f

View File

@@ -1,2 +1,5 @@
- 要求每次修改完后,需要帮我格式化 Go 源码文件.
- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除.
- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除.
- 所有的feature变更,都需要使用分支进行开发.
- 在我未同意之前, 你不能推送到远程.
- 我需要: 1.本地 review; 2.远程 PR review.