module-report-template.md
1.49 KB
module_id: {{module_id}} date: {{date}}
git_range: {{git_range}}
模块完成报告 — {{module_id}} {{module_name}}
① 模块信息
- 模块 ID: {{module_id}}
- 模块名: {{module_name}}
- 开发区间: {{git_range}}
② REQ 完成清单
{{#each reqs}}
- [{{status}}] {{req_id}} — {{title}}
- spec: docs/superpowers/specs/{{date}}-{{req_id}}.md
- plan: docs/superpowers/plans/{{date}}-{{req_id}}.md
- review: docs/superpowers/reviews/{{date}}-{{req_id}}.md {{/each}}
③ 文件变更表
| 文件 | 操作 | 说明 |
|---|
{{#each file_changes}} | {{path}} | {{action}} | {{note}} | {{/each}}
④ 数据库使用表
- 读: {{tables_read}}
- 写: {{tables_written}}
⑤ 测试结果
-
scripts/test.sh最终:{{test_conclusion}} - 通过: {{passed}} / 失败: {{failed}} / 跳过: {{skipped}}
- 覆盖率: {{coverage}}
⑥ 本模块新增 Migration
{{#each migrations}}
-
sql/migrations/{{filename}}— {{desc}} {{/each}}
⑦ 跨模块改动清单(软规则 S2)
{{cross_module_contents}}
⑧ 偏离 spec 清单
{{#each deviations}}
- {{req_id}}: {{deviation}} (原因: {{reason}}) {{/each}}
⑨ AI reviewer 报告汇总
{{#each reviews}}
- {{req_id}}: round {{round}} — {{verdict}}(link: docs/superpowers/reviews/{{date}}-{{req_id}}.md) {{/each}}
⑩ 已知问题
{{known_issues}}
⑪ 下一模块预览
{{next_module}}
⑫ 里程碑 tag
{{milestone_tag}}