auto-sync: 2026-05-15 22:58:09

This commit is contained in:
cfdaily
2026-05-15 22:58:09 +08:00
parent 971b5fb5d2
commit 35bfdff593
@@ -121,6 +121,14 @@ components:
name: "最终审查"
agent: simayi-challenger
review_type: final_review
custom:
trigger: "none" # 不自动触发,庞统主动选择
description: "庞统自由定义的 phase,结构与标准组件相同"
steps: [] # 空的,庞统运行时填充
```
**custom 组件接口**:与标准组件同 schemasteps 列表,每个 step 有 id/name/agent/output/review_type)。Plan Checker 对 custom 组件的验证和标准组件相同——检查覆盖性、依赖性、粒度、铁律。唯一区别是 custom 不从库中引用,而是庞统在 Step 2 中自由定义。
```
**庞统的拆解流程**