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:
zdoc.app
2026-03-08 06:48:02 +08:00
committed by GitHub
parent da17d33ac3
commit abcf38b085
53 changed files with 2977 additions and 610 deletions

View File

@@ -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. 不必要的增加模型成本的复杂性
成本意识检查:
* 标记那些在没有明确理由需求的情况下升级到更高成本模型的工作流程。
* 建议对于确定性的重构,默认使用较低成本的层级。