Files
xiaohongshu-mcp/CLAUDE.md
zy 31a80ecacc docs: update claude md
增加 PR 要求。
2026-02-28 22:42:37 +08:00

16 lines
701 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Project Guidelines
## 本地开发规范
- 要求每次修改完后,需要帮我格式化 Go 源码文件.
- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除.
- 所有的feature变更,都需要使用分支进行开发.
- 在我未同意之前, 你不能推送到远程.
- 我需要: 1.本地 review; 2.远程 PR review.
- 不要过度设计, 保持代码的简洁和易读.
- 使用中文注释,一定要简洁明了.专业名词可以用英文.
## PR Review 重点
- 重点PR 代码中如果出现大量的 JS 注入的行为,要检查一下是否是必须的,如果可以用 Go 的 go-rod 替代的话,则直接评论需要用 go-rod 行为替代。