[moz] docs(§19): cron delivery mode 修正 none→announce
根因:isolated session + delivery:none 导致 cron 执行后零可见性 修复:L1/L2/IMPROVE cron delivery 统一改为 announce
This commit is contained in:
@@ -509,7 +509,7 @@ S1 和 S2 已完成(PR #85)。S3-S5 设计见下方 §11A。
|
|||||||
|
|
||||||
**设计要点**:
|
**设计要点**:
|
||||||
- `sessionTarget: "isolated"`:每次创建临时 session,不污染 main session context
|
- `sessionTarget: "isolated"`:每次创建临时 session,不污染 main session context
|
||||||
- `delivery.mode: "none"`:L1 不需要通知任何人,proposal 存在 skill_workshop 中即可
|
- `delivery.mode: "announce"`:执行结果投递到 Control UI,保持可见性(早期使用 `none` 导致 cron 执行后零可见性,已修正)
|
||||||
- `timeoutSeconds: 600`:10 分钟足够(扫描 JSONL + 蒸馏 + 提交 proposal)
|
- `timeoutSeconds: 600`:10 分钟足够(扫描 JSONL + 蒸馏 + 提交 proposal)
|
||||||
- message 指引 read SKILL.md + discover-l1.md:agent 按 references 指南执行,不依赖 memory
|
- message 指引 read SKILL.md + discover-l1.md:agent 按 references 指南执行,不依赖 memory
|
||||||
|
|
||||||
@@ -538,6 +538,7 @@ S1 和 S2 已完成(PR #85)。S3-S5 设计见下方 §11A。
|
|||||||
```
|
```
|
||||||
|
|
||||||
**设计要点**:
|
**设计要点**:
|
||||||
|
- `delivery.mode: "announce"`:审查决策结果投递到 Control UI,主公可见
|
||||||
- `timeoutSeconds: 1200`(20 分钟):L2 需要扫描全量数据源 + 审查多个 proposal,时间更长
|
- `timeoutSeconds: 1200`(20 分钟):L2 需要扫描全量数据源 + 审查多个 proposal,时间更长
|
||||||
- 庞统可以访问所有 agent 的 JSONL 和 skill_workshop proposals
|
- 庞统可以访问所有 agent 的 JSONL 和 skill_workshop proposals
|
||||||
|
|
||||||
@@ -566,6 +567,7 @@ S1 和 S2 已完成(PR #85)。S3-S5 设计见下方 §11A。
|
|||||||
```
|
```
|
||||||
|
|
||||||
**设计要点**:
|
**设计要点**:
|
||||||
|
- `delivery.mode: "announce"`:淘汰/提升报告投递到 Control UI
|
||||||
- `timeoutSeconds: 1800`(30 分钟):全量 JSONL 扫描是最重的操作
|
- `timeoutSeconds: 1800`(30 分钟):全量 JSONL 扫描是最重的操作
|
||||||
- 每周一次频率足够——Skill 引用变化不会很快
|
- 每周一次频率足够——Skill 引用变化不会很快
|
||||||
- 淘汰决策通过 skill_workshop quarantine 执行,提升决策通过手动编辑 AGENTS.md
|
- 淘汰决策通过 skill_workshop quarantine 执行,提升决策通过手动编辑 AGENTS.md
|
||||||
|
|||||||
Reference in New Issue
Block a user