baseline: Clover 独立仓库首次基线提交
将 Clover 从上层产品包旧仓库中独立出来,建立专属版本控制。 当前状态=纵切片端到端已打通(登录→选品→出文出图→审核→下载包), M1文案质量去套路化已验收。此提交作为后续按核销清单逐条修复的基线。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
11
backend/app/api/v1/README.md
Normal file
11
backend/app/api/v1/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# app/api/v1/
|
||||
|
||||
路由层占位,BE agent 按模块创建:
|
||||
- auth.py # 登录/me/切workspace
|
||||
- api_keys.py # API Key录入/列表/删除
|
||||
- products.py # 产品档案CRUD
|
||||
- benchmarks.py # 标杆笔记CRUD(挂在products下)
|
||||
- tasks.py # 生产任务(发起/列表/详情/SSE/选候选)
|
||||
- review.py # 组长审核(队列/通过/打回)
|
||||
- delivery.py # 交付包生成+下载
|
||||
- banned_words.py # 违禁词库CRUD
|
||||
Reference in New Issue
Block a user