- 后端 _fmt_text 返回 strategy 字段,SSE 与 hydrate 两条路径贯通 - 新建 TextStrategyGroup 组件 + groupByStrategy(A/B/C/未分套排序,旧 NULL 数据归未分套) - text 页平铺改分组渲染,选中态/改稿回调透传不变 - 复用 ImageStrategyGroup 的 STRATEGY_LABEL,单向依赖无环 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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