整理docs目录并补充文档规范

This commit is contained in:
wkc
2026-03-17 15:06:59 +08:00
parent 9cb77b096e
commit 2fd93463b8
111 changed files with 706 additions and 100 deletions

View File

@@ -159,6 +159,24 @@ ccdi/
---
## 文档规范
- `docs/design/`: 设计文档与设计附属文件
- `docs/plans/backend/`: 后端实施计划
- `docs/plans/frontend/`: 前端实施计划
- `docs/plans/fullstack/`: 综合实施计划、集成计划与通用实施文档
- `docs/plans/misc/`: 计划类杂项文档
- `docs/tests/plans/`: 测试计划
- `docs/tests/records/`: 测试记录
- `docs/tests/scripts/`: 测试脚本与脚本说明
- `docs/reports/implementation/`: 实施报告
- `docs/reports/optimization/`: 优化记录
- `docs/reports/code-review/`: 代码评审报告
- 新增文档时优先放入上述目录,避免继续直接堆放到 `docs/plans/` 根目录
- 文档之间如果引用 `docs` 路径,新增或移动后需同步修正引用
---
## 沟通规范
- 使用简体中文进行思考和对话