From 8c7c2771679dbad27627071f137d66c46b8abf4a Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 19 Jun 2026 07:53:53 +0800 Subject: [PATCH] =?UTF-8?q?[moz]=20docs(=C2=A719):=20cron=20delivery=20mod?= =?UTF-8?q?e=20=E4=BF=AE=E6=AD=A3=20none=E2=86=92announce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:isolated session + delivery:none 导致 cron 执行后零可见性 修复:L1/L2/IMPROVE cron delivery 统一改为 announce --- docs/design/19-skill-lifecycle-and-experience-loop.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/design/19-skill-lifecycle-and-experience-loop.md b/docs/design/19-skill-lifecycle-and-experience-loop.md index 7dcae21..2c60b86 100644 --- a/docs/design/19-skill-lifecycle-and-experience-loop.md +++ b/docs/design/19-skill-lifecycle-and-experience-loop.md @@ -509,7 +509,7 @@ S1 和 S2 已完成(PR #85)。S3-S5 设计见下方 §11A。 **设计要点**: - `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) - 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,时间更长 - 庞统可以访问所有 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 扫描是最重的操作 - 每周一次频率足够——Skill 引用变化不会很快 - 淘汰决策通过 skill_workshop quarantine 执行,提升决策通过手动编辑 AGENTS.md