From 52f7e82a613dce33908d66a75c3aeca66309e77f Mon Sep 17 00:00:00 2001 From: Jun <39075334+mc856@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:37:03 +0800 Subject: [PATCH] docs(continuous-learning-v2): observer.md promotion uses avg confidence, not per-instance (#2411) SKILL.md and _promote_auto already use avg_conf >= 0.8; observer.md (EN + zh-CN) was missed and still says per-instance. Same drift as #2274. Refs #2298. --- docs/zh-CN/skills/continuous-learning-v2/agents/observer.md | 2 +- skills/continuous-learning-v2/agents/observer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md b/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md index 4d94ca750..b4c3a8f93 100644 --- a/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md +++ b/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md @@ -164,7 +164,7 @@ Validate and sanitize all user input before processing. 当一个本能满足以下条件时,应从项目作用域提升到全局: 1. **相同模式**(通过 id 或类似触发器)存在于 **2 个以上不同的项目**中 -2. 每个实例的置信度 **>= 0.8** +2. 各实例的平均置信度 **>= 0.8** 3. 其领域属于全局友好列表(安全、通用最佳实践、工作流) 提升操作由 `instinct-cli.py promote` 命令或 `/evolve` 分析处理。 diff --git a/skills/continuous-learning-v2/agents/observer.md b/skills/continuous-learning-v2/agents/observer.md index f29bcb0fd..6e355b7b4 100644 --- a/skills/continuous-learning-v2/agents/observer.md +++ b/skills/continuous-learning-v2/agents/observer.md @@ -142,7 +142,7 @@ Confidence adjusts over time: An instinct should be promoted from project-scoped to global when: 1. The **same pattern** (by id or similar trigger) exists in **2+ different projects** -2. Each instance has confidence **>= 0.8** +2. Average confidence across instances is **>= 0.8** 3. The domain is in the global-friendly list (security, general-best-practices, workflow) Promotion is handled by the `instinct-cli.py promote` command or the `/evolve` analysis.