|
1 | | -# vault-mind v1.0.0 |
| 1 | +# LLMwiki v2.2.0 |
2 | 2 |
|
3 | | -**Knowledge OS for Claude Code + Obsidian.** |
4 | | -四层架构:MCP server + unified query adapters + auto-compile pipeline + Claude 驱动的 agent scheduler。 |
| 3 | +**Reviewed team memory compiler.** |
5 | 4 |
|
6 | | -## Highlights |
| 5 | +LLMwiki now focuses on one clear loop: scattered research and agent output |
| 6 | +become compiled wiki, cited AI drafts, and reviewed team memory. |
7 | 7 |
|
8 | | -- 21 个 vault.* MCP 方法(search / read / write / graph / lint 等) |
9 | | -- Filesystem fallback -- Obsidian 不开也能正常工作 |
10 | | -- 统一查询:memU + GitNexus + vault 三路加权融合 |
11 | | -- 自动编译管线:脏队列 + 批处理 |
12 | | -- 198 个对抗性测试(51 FS 渗透 + 48 WS 攻击 + 41 fuzzing + 58 E2E) |
13 | | -- 24 个 bug 在硬化期被发现并修复(路径穿越、HTTP 死锁、CLOSE_WAIT、timing-safe auth、CRLF、BOM、原子写等) |
14 | | -- 一键安装脚本 `setup.sh` |
15 | | -- 9 个捆绑 skill:vault-save / vault-world / vault-challenge / vault-emerge / vault-connect / vault-graduate / vault-ingest / vault-health / vault-reconcile |
| 8 | +## What changed |
16 | 9 |
|
17 | | -## Quick Start |
| 10 | +- README and guides now tell the product story directly: |
| 11 | + `capture -> compile -> ask -> file -> review -> promote`. |
| 12 | +- New five-minute demo path lets users verify the loop before connecting an |
| 13 | + agent host. |
| 14 | +- Added collaborative vault governance docs, templates, and an example |
| 15 | + `examples/collab-vault`. |
| 16 | +- Added report-only health and doctor tools for team vaults. |
| 17 | +- Cleaned public branding to **LLMwiki**. |
| 18 | + |
| 19 | +## Try it |
18 | 20 |
|
19 | 21 | ```bash |
20 | | -git clone <repo-url> |
21 | | -cd vault-mind |
22 | | -bash setup.sh |
| 22 | +git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git |
| 23 | +cd obsidian-llm-wiki |
| 24 | +python compiler/compile.py examples/collab-vault/research-compiler --tier haiku --dry-run |
| 25 | +python scripts/knowledge_health.py --vault examples/collab-vault --json |
| 26 | +python scripts/llmwiki_doctor.py --vault examples/collab-vault --json |
23 | 27 | ``` |
24 | 28 |
|
25 | | -之后在 Claude Code 中重启会话,输入 `/vault-world` 开始使用。详见 README.md。 |
26 | | - |
27 | | -## Known Limitations |
28 | | - |
29 | | -- 并发 create 存在 TOCTOU 竞争(Obsidian API 限制,需 per-path mutex) |
30 | | -- Linux symlink 遍历尚未加固(目前主要在 Windows 上验证) |
31 | | -- dreamtime 集成在 CLAUDE.md 中有描述,核心代码尚未实现 |
| 29 | +The dry-run compiler uses stub extraction, so it does not need an API key. |
32 | 30 |
|
33 | | -## Credits |
| 31 | +## Expected warning |
34 | 32 |
|
35 | | -- 作者:Curry |
36 | | -- AI 合作伙伴:Claude Code(主力)、Codex、Gemini 4 |
37 | | -- 设计哲学:矛盾论 + 实践论 + 群众路线 + 马克思政治经济学 |
38 | | -- 开发周期:2026-04-05 立项 -- 2026-04-08 v1.0 完成 |
| 33 | +`llmwiki_doctor.py` reports `git-missing` for `examples/collab-vault`. That is |
| 34 | +expected: the demo vault is not its own Git worktree. |
0 commit comments