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

@@ -83,3 +83,14 @@ npm run test:coverage
* \[ ] 覆盖率在 80% 以上
有关详细的模拟模式和特定框架示例,请参阅 `skill: tdd-workflow`
## v1.8 评估驱动型 TDD 附录
将评估驱动开发集成到 TDD 流程中:
1. 在实现之前,定义能力评估和回归评估。
2. 运行基线测试并捕获失败特征。
3. 实施能通过测试的最小变更。
4. 重新运行测试和评估;报告 pass@1 和 pass@3 结果。
发布关键路径在合并前应达到 pass@3 的稳定性目标。