Tune proactive mode to secretary-active

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent d881c9ba6b
commit f4e354a9ba
6 changed files with 112 additions and 91 deletions
+30
View File
@@ -2,3 +2,33 @@
> Command failures, tool errors, API issues, and unexpected behavior.
## [ERR-20260326-001] memory_search
**Logged**: 2026-03-26T09:11:25+0800
**Priority**: medium
**Status**: pending
**Area**: config
### Summary
memory_search 当前不可用,返回 embedding/provider 错误
### Error
```
Memory search is unavailable due to an embedding/provider error.
fetch failed
```
### Context
- Operation attempted: 调用 memory_search 检索 prior work / decisions / preferences / todos
- Result: disabled=true, unavailable=true
- Impact: 需要回忆历史决策时无法走语义检索链路,只能退回到直接读文件
### Suggested Fix
检查 memory_search 依赖的 embedding/provider 配置与可用性,恢复后重新验证长期记忆检索。
### Metadata
- Reproducible: unknown
- Related Files: MEMORY.md, memory/*.md
---
+27
View File
@@ -2,3 +2,30 @@
> Corrections, knowledge gaps, and better repeatable approaches.
## [LRN-20260326-001] best_practice
**Logged**: 2026-03-26T09:11:25+0800
**Priority**: high
**Status**: pending
**Area**: config
### Summary
主动机制只按风险/到期触发会显得过于安静,不符合谷老板对“秘书型主动”的预期
### Details
当前 heartbeat 规则过度强调减少打扰,只在 TODO 活跃任务出现到期、超期、阻塞或明确风险时才主动发消息。结果虽然降低了噪音,但也削弱了陪伴感与推进感。谷老板明确反馈“你太安静了”,并在方案选择上倾向更强主动型(方案 C)。后续默认应采用“有价值的秘书型主动”,允许围绕 open loop、邮箱、日历、系统状态做低频高价值触达,而不是仅在任务风险触发时说话。
### Suggested Action
将主动策略升级为秘书型主动:保留任务风险驱动,同时加入 open loop follow-up 与邮箱/日历/系统状态巡检;保持夜间静默和节流,禁止寒暄型主动。
### Metadata
- Source: user_feedback
- Related Files: HEARTBEAT.md, CURRENT.md, memory/heartbeat-state.json
- Tags: proactive, heartbeat, user-preference, secretary-mode
- Pattern-Key: proactive.too_quiet_due_to_overconstrained_rules
- Recurrence-Count: 1
- First-Seen: 2026-03-26
- Last-Seen: 2026-03-26
---