Skip to content

docs: 修复记忆与本体系统的 6 个工程落地问题#139

Merged
kill136 merged 1 commit intomainfrom
private_web_ui
Apr 3, 2026
Merged

docs: 修复记忆与本体系统的 6 个工程落地问题#139
kill136 merged 1 commit intomainfrom
private_web_ui

Conversation

@kill136
Copy link
Copy Markdown
Owner

@kill136 kill136 commented Apr 3, 2026

  • 新增冷启动策略(前5次交互 Sonnet 激进提取 + mini-rebuild)
  • 增量更新加入置信度门槛,低置信更新暂存 pending
  • known_facts 满 15 条后按语义去重 + LRU 淘汰
  • 全量重建改为 Map-Reduce(Haiku 分片摘要 → Sonnet 聚合)
  • 砍掉中期工作记忆(与本体 active_context/open_threads 重叠)
  • 新增本体初始化服务(PM 规范 Step 1-7)
  • 明确本体 vs 数据层边界
  • sensitivity 检测增加关键词规则兜底

Summary

Changes

Related Issue

Testing

  • npx tsc --noEmit passes
  • npm test -- --run passes
  • Manually tested in CLI mode
  • Manually tested in Web UI mode

Screenshots

- 新增冷启动策略(前5次交互 Sonnet 激进提取 + mini-rebuild)
- 增量更新加入置信度门槛,低置信更新暂存 pending
- known_facts 满 15 条后按语义去重 + LRU 淘汰
- 全量重建改为 Map-Reduce(Haiku 分片摘要 → Sonnet 聚合)
- 砍掉中期工作记忆(与本体 active_context/open_threads 重叠)
- 新增本体初始化服务(PM 规范 Step 1-7)
- 明确本体 vs 数据层边界
- sensitivity 检测增加关键词规则兜底

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kill136 kill136 merged commit 28c586b into main Apr 3, 2026
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant