release-checklist.md 1.41 KB

Release Checklist

一页结论

发布前必须同时满足:

  • 质量通过
  • 合规通过
  • 服务通过
  • 文档齐全

1. 发布门禁图

flowchart TD
    A[Release Candidate] --> B[Benchmark Pass]
    A --> C[License Review Pass]
    A --> D[Service Smoke Pass]
    A --> E[Docs Complete]

2. Checklist 表

项目 状态
benchmark report 已生成
model card 已生成
license registry 已更新
service smoke test 通过 partial: /health OK, /recognize/voice payload returns against workspace_music20, but batch validation is currently poor (type_7 top1=0.0/top3=0.05, type_8 top1=0.0/top3=0.0, type_16 top1=0.0/top3=0.0)
dataset whitelist 已确认
changelog 已更新 yes
architect review completed yes (approved with watch)

3. 文字说明

  • 任何缺失项都不能视作商用可发布

4. 细节附录

  • 发布 commit
  • benchmark 报告路径
  • model card 路径
  • license 审查记录路径

Sources

  • docs/dataset-sources-and-licensing.md
  • docs/industrial-benchmark-spec.md

2026-06-03 voice-query service foundation

  • /health 已可用
  • /recognize/voice 路由已接入,但当前推理仍被 torch 缺失阻塞
  • 本地 FAISS 20-song 验证已完成
  • handoff / changelog / docs README 已同步

  • handoff 已刷新:yes(已指向 voice service runtime 当前状态与下一步排查路径)