mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 12:43:32 +08:00
docs(zh-CN): sync Chinese docs with latest upstream changes (#341)
* docs(zh-CN): sync Chinese docs with latest upstream changes * docs(zh-CN): update link --------- Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
@@ -222,3 +222,17 @@ Verdict: WARNING — 2 HIGH issues should be resolved before merge.
|
||||
* 状态管理约定(Zustand、Redux、Context)
|
||||
|
||||
根据项目已建立的模式调整你的审查。如有疑问,与代码库的其余部分保持一致。
|
||||
|
||||
## v1.8 AI 生成代码审查附录
|
||||
|
||||
在审查 AI 生成的更改时,请优先考虑:
|
||||
|
||||
1. 行为回归和边缘情况处理
|
||||
2. 安全假设和信任边界
|
||||
3. 隐藏的耦合或意外的架构漂移
|
||||
4. 不必要的增加模型成本的复杂性
|
||||
|
||||
成本意识检查:
|
||||
|
||||
* 标记那些在没有明确理由需求的情况下升级到更高成本模型的工作流程。
|
||||
* 建议对于确定性的重构,默认使用较低成本的层级。
|
||||
|
||||
Reference in New Issue
Block a user