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.
This commit is contained in:
Jun
2026-07-03 20:37:03 -07:00
committed by GitHub
parent 8c3a3040ae
commit 52f7e82a61
2 changed files with 2 additions and 2 deletions
@@ -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` 分析处理。
@@ -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.