feat: 新增 account 和 plan 目录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:22 +08:00
parent 243a190124
commit 0cab33b16b
694 changed files with 161549 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"zh": {
"name": "测试驱动开发",
"description": "Red-Green-Refactor 工作流:先写失败测试,再写最小实现代码,最后重构。确保每行代码都有测试覆盖"
}
}