thread-master/docs/product/growth-loop/tasks/T332-asset-learning-persona...

50 lines
971 B
Markdown
Raw Normal View History

2026-07-23 05:56:42 +00:00
# T332 — asset-learning-persona-brand-fields
> Status: `done`
> Milestone: `M2`
> Kind: `feat`
> Est. change: `~140 lines`
## Goal
完成後系統應PersonaBrand get/list 含 learning_summary、learning_version、learned_from_posts_count、last_learned_at空態明確分析或健檢成功可更新。
## Depends on
- T330健檢可觸發刷新
## Inputs
- Spec`../spec.md` §4.3、AL-0102
- 既有 personabrand module
## Outputs
| 路徑 | 動作 | 說明 |
|------|------|------|
| `apps/backend/internal/**/persona/**` | edit | learning 欄位 |
| `apps/backend/internal/**/brand/**` | edit | learning 欄位 |
| `.api` types | edit | 回應擴充 |
### 行為變更
- 無學習時不回假數字
- 實質變更才 version+1
## Out of scope
- 完整 Insights 管線
## Acceptance
- [ ] SpecAL-01、AL-02
- [ ] 指令:
```bash
cd apps/backend && go test ./internal/... -run AL_|Learning -count=1
```
## Notes