nex_docus/docs/sdd/specs/DV-0002-project-filesystem/verification.md

16 lines
527 B
Markdown
Raw Normal View History

2026-08-19 10:05:22 +00:00
# DV-0002项目与文件系统 验证Verification
## 手工验收清单
- [x] 创建项目生成 uuid 目录 + README.md + _assets
- [x] 路径穿越(../)返回 403
- [x] 非成员访问返回 403
- [x] 目录树隐藏 . 开头的文件与 _assets
## 结构性证据
| VER | 证据 | 证明 |
| --- | --- | --- |
| VER-10 | models/project.py 等 | FR-2/5 数据层 |
| VER-11 | api/v1/projects.py, files.py | FR-2/3/5 API 层 |
| VER-12 | services/storage.py, project_file_service.py | ADR-0001/2/6, FR-3 |