Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
| `project_context` 不完整 | v0.20.1 | 补充 `known_limits` + `skills` |
| `mcp/tools/repo.rs` 2376 行 | v0.20.1 | 拆分为 `tools/` 目录,repo.rs 730 行 |
| `init_db_at` 1214 行 | v0.20.1 | 拆分为 `registry/migrate.rs`(503 行)+ 子模块 |
| 工具数量文档不一致 | v0.20.1 | `mcp-tools.md` 全面更新至 68 个 |
| 工具数量文档不一致 | v0.20.1 | `mcp-tools.md` 全面更新至 71 个 |
| 3 Stable 工具缺 invocation tests | v0.20.1 | `query_repos`, `vault_search`, `vault_read` 测试 added |
| `devkit_document_convert` 工具缺失 | v0.21.0 | `src/mcp/tools/document_convert.rs` + MCP 注册 |

---

*Last updated: 2026-05-20*
*Last updated: 2026-06-13*
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
| 用户 | 如何接入 MCP(Kimi / Claude / Cursor) | [`guides/mcp-integration.md`](guides/mcp-integration.md) |
| 用户 | Vault 笔记格式 + PARA 工作流 | [`guides/vault-format.md`](guides/vault-format.md) · [`guides/vault-workflow.md`](guides/vault-workflow.md) |
| 用户 | Embedding Provider 配置 | [`guides/embedding-provider-setup.md`](guides/embedding-provider-setup.md) |
| 开发者 | 数据库 Schema 完整定义 | [`reference/schema-v23.md`](reference/schema-v23.md) ⚠️ 待更新至 v36 |
| 开发者 | 数据库 Schema 完整定义 | [`reference/schema-v36.md`](reference/schema-v36.md) |
| 开发者 | 统一实体模型(entities/relations) | [`reference/entities-model.md`](reference/entities-model.md) |
| 开发者 | 71 个 MCP 工具速查 | [`reference/mcp-tools.md`](reference/mcp-tools.md) |
| Agent | 项目架构定义 | [`architecture/context-compiler.md`](architecture/context-compiler.md) |
Expand Down Expand Up @@ -82,7 +82,7 @@
| 文档 | 说明 |
|------|------|
| [`reference/mcp-tools.md`](reference/mcp-tools.md) | 71 个 MCP 工具完整清单 |
| [`reference/schema-v23.md`](reference/schema-v23.md) | 数据库 Schema v23(⚠️ 待更新至 v36) |
| [`reference/schema-v36.md`](reference/schema-v36.md) | 数据库 Schema v36(表、列、索引、迁移历史) |
| [`reference/entities-model.md`](reference/entities-model.md) | 统一实体模型详解 |
| [`reference/stable-tools/README.md`](reference/stable-tools/README.md) | 5 个 Stable 工具独立文档 |

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
| 文档 | 内容 | 状态 |
|------|------|------|
| [`mcp-tools.md`](mcp-tools.md) | 71 个 MCP 工具完整清单(名称、tier、描述、参数速查) | 已同步 v0.20.1 |
| [`schema-v23.md`](schema-v23.md) | 数据库 Schema v23(表、列、索引、迁移历史) | ⚠️ 待更新至 v36 |
| [`schema-v36.md`](schema-v36.md) | 数据库 Schema v36(表、列、索引、迁移历史) | 已同步 |
| [`entities-model.md`](entities-model.md) | 统一实体模型详解(entities / relations / entity_types) | 已同步 |
| [`stable-tools/README.md`](stable-tools/README.md) | 5 个 Stable 工具独立文档 | 已同步 |
223 changes: 0 additions & 223 deletions docs/reference/schema-v23.md

This file was deleted.

Loading
Loading