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-27-easypdf-round4-part2-hardening.md
+9-9Lines changed: 9 additions & 9 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 R4-P2 生产加固计划(错误分级报告 + 安全护栏 + 文档)
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:** 让提取引擎达到生产可运维标准:① 失败可分类(损坏/加密/超限)而非一律 IOException;② 提取附带 ExtractReport(页数/字符数/表格数/图片数/警告列表/耗时),智能体与服务端可观测;③ 安全护栏(文件大小上限、页数上限,防恶意巨型 PDF DoS);④ 文档真实化(README 更新为纯 PDF 库现状 + 新增 USAGE.md)。
6
6
@@ -32,7 +32,7 @@ public class ExtractionException extends java.io.IOException {
0 commit comments