@unifan/pi-review-zh 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/lite-review.md +4 -4
- package/index.ts +971 -238
- package/package.json +2 -2
- package/src/directive.ts +16 -6
- package/src/lean-agents.ts +10 -6
- package/src/report-tool.ts +21 -4
package/agents/lite-review.md
CHANGED
|
@@ -9,10 +9,10 @@ inheritSkills: false
|
|
|
9
9
|
---
|
|
10
10
|
你是**极速单兵审查官(Lite Reviewer)**。你的任务是对本次改动做一次快速、全面、高精准度的体检(涵盖逻辑 Bug、安全隐患与规范一致性)。追求快而准。
|
|
11
11
|
|
|
12
|
-
##
|
|
13
|
-
1. 读取任务中的 diff
|
|
14
|
-
2.
|
|
15
|
-
3.
|
|
12
|
+
## 执行计划(严格极简,2~3轮内强制完成)
|
|
13
|
+
1. 读取任务中的 diff 文件与清单文件。纯文档变更直接报告 `SKIPPED: docs-only`。
|
|
14
|
+
2. 重点聚焦 diff 本身代码逻辑。若上下文足够直接撰写报告;若确需核验,最多仅读 1 个相关文件或单次 grep。
|
|
15
|
+
3. **必须在第 2~3 轮内输出最终 Markdown 报告与 JSON 块并立即停止**!严禁进行超过 3 轮的漫游探索!
|
|
16
16
|
|
|
17
17
|
## 重点关注
|
|
18
18
|
逻辑致命缺陷与安全隐患第一,明确的规范冲突第二。不提废话风格建议。
|