Skip to content

Commit fbb0db4

Browse files
author
Curry
committed
Prepare v2.2.0 release notes
1 parent 062f0d4 commit fbb0db4

2 files changed

Lines changed: 56 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## v2.2.0 -- 2026-05-17
4+
5+
LLMwiki is now positioned around one product loop: scattered research and
6+
agent output become cited, reviewable, promoted team memory.
7+
8+
### Highlights
9+
10+
- **Reviewed team memory compiler story.** README and guides now open with
11+
the problem of knowledge with no source, reviewer, or promotion path.
12+
- **Five-minute first success path.** Users can run the bundled
13+
`examples/collab-vault` demo before wiring an agent host:
14+
compiler dry-run, knowledge health, and doctor.
15+
- **Research compiler loop.** New docs describe
16+
`raw/ -> wiki/ -> query -> AI-Output -> reviewed/promoted` as the core
17+
operating model.
18+
- **Collaborative vault governance.** Added example team vault layout,
19+
collaboration policy, CODEOWNERS templates, PR templates, and Gitea/GitHub
20+
lint workflows.
21+
- **Health and release verification tools.** Added `llmwiki_doctor.py`,
22+
`knowledge_health.py`, `vault_collab_lint.py`, `mcp_sync_probe.py`, and
23+
`verify_release_install.py`.
24+
- **Brand cleanup.** Public docs now use **LLMwiki** and avoid the old
25+
"LLM Wiki Bridge" surface.
26+
27+
### Notes
28+
29+
- No new required service dependency.
30+
- The first-success compiler demo uses `--dry-run` stub extraction and does
31+
not need an API key.
32+
- The demo vault warning `git-missing` is expected because
33+
`examples/collab-vault` is not its own Git worktree.
34+
335
## v2.0.0 -- 2026-04-21
436

537
Name change + architecture consolidation. `vault-mind`**LLM Wiki Bridge**

RELEASE_NOTES.md

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
1-
# vault-mind v1.0.0
1+
# LLMwiki v2.2.0
22

3-
**Knowledge OS for Claude Code + Obsidian.**
4-
四层架构:MCP server + unified query adapters + auto-compile pipeline + Claude 驱动的 agent scheduler。
3+
**Reviewed team memory compiler.**
54

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.
77

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
169

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
1820

1921
```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
2327
```
2428

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.
3230

33-
## Credits
31+
## Expected warning
3432

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

Comments
 (0)