You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-08-26-easypdf-cleanup-sync.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# easypdf Word 侧清理与三分支终验计划(Phase 4)
2
2
3
-
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- []`) syntax for tracking.
3
+
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [x]`) syntax for tracking.
4
4
5
5
**Goal:** 完成 easypdf 的"纯 PDF"收敛:删除全部 docx4j Word 侧代码(core 的 Word 工具包、xhtml 的 HTML→docx 转换器、9 个旧 `WordprocessingML{Engine}Template`),xhtml 模块收敛为"HTML/Markdown → PDF"转换模块;三分支全量验证通过并做发布演练,确保三分支可正常发布。
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-08-26-easypdf-engines-webmvc.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# easypdf 引擎适配器与 webmvc 迁移计划(Phase 3)
2
2
3
-
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- []`) syntax for tracking.
3
+
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [x]`) syntax for tracking.
4
4
5
5
**Goal:** 把 9 个模板引擎适配器从 docx4j Word 输出(包装 `WordprocessingMLHtmlTemplate`)迁移到 PDF 输出(`PdfTemplate` + html2pdf 管线),并为 webmvc 提供 `PdfTemplateView`/`PdfViewResolver`,完成 easypdf "引擎渲染 HTML → PDF"的主链路。
0 commit comments