docs(§02): v1.2 设计文档修订 - 修复第二轮评审发现的 3 个 Major 问题

- M1: 修复 FTS5 表结构语法错误(删除重复定义,调整表创建顺序)
- M2: 在 WikiPage 中添加 source_tool 字段,解决 memory_bridge 的 tool_name 数据来源问题
- M3: 补充 CacheService 详细实现(LRU 缓存 + 最大容量 1000 条 + TTL 3600 秒 + asyncio.Lock)

两轮独立评审均通过,设计文档 v1.2 完成。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 11:15:23 +08:00
parent 941febf63c
commit 67a53d82de
3 changed files with 120 additions and 33 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ python -m mcp_server.main
- [需求文档 v1.1](docs/01-requirements.md) ✅ 评审通过
- [需求评审报告](docs/01-requirements-review.md) ✅ 通过
- [设计文档 v1.1](docs/02-design.md) ✅ 评审通过
- [设计评审报告](docs/02-design-review.md) ✅ 通过
- [设计文档 v1.2](docs/02-design.md) ✅ 评审通过
- [设计评审报告](docs/02-design-review.md) ✅ 通过(两轮)
## 开发流程