mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-14 05:43:29 +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:
@@ -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 的稳定性目标。
|
||||
|
||||
Reference in New Issue
Block a user