lhl
e3c714d5d9
feat(writer): docx 注入原型提前(T17 架构审查整改,OV8)
- T17 (OV8, P1): 新建 src/genesis/writer/ 包
- docx_injector.py: DocxInjector 用原生 python-docx 实现 §6.6 占位符注入
- 章节级 {{section:id}} → 内容块 docx 元素序列(heading/paragraph/table)
- 行内 {{meta}} → 元信息填充
- 残留检查: 未替换 {{...}} 抛 DocxInjectError
- 格式精度: 注入 heading 继承模板 Heading 样式,原内容不被破坏
- 新增 test_docx_injector.py(5 用例)
- 同步 design.md §6.7 渲染链路 T17 原型说明
- TDD: RED(模块缺失)→ GREEN(聚焦 5 passed)→ 全量 245 passed / 100.00%(1361 stmts/340 br)
2026-08-12 22:47:43 +08:00
..
2026-08-12 09:50:37 +08:00
2026-08-08 15:16:42 +08:00
2026-08-12 15:43:10 +08:00
2026-08-12 15:43:10 +08:00
2026-08-12 09:32:02 +08:00
2026-08-12 11:32:28 +08:00
2026-08-09 04:49:29 +08:00
2026-08-08 15:16:42 +08:00
2026-08-12 22:47:43 +08:00
2026-08-08 15:16:42 +08:00
2026-08-12 11:32:28 +08:00
2026-08-09 03:25:57 +08:00
2026-08-09 04:25:31 +08:00
2026-08-09 09:08:26 +08:00
2026-08-12 09:50:37 +08:00
2026-08-11 08:42:54 +08:00
2026-08-12 11:32:28 +08:00
2026-08-08 15:16:42 +08:00
2026-08-09 13:28:38 +08:00
2026-08-12 10:54:56 +08:00