Skip to content

Commit a7a96a2

Browse files
committed
chore(release): prepare v0.6.0 candidate
1 parent f0ba360 commit a7a96a2

7 files changed

Lines changed: 8760 additions & 101 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.6.0] - 2026-05-04
13+
1214
### Changed
1315
- Added copy-paste agent setup guidance to README and clarified `llms.txt`
1416
discovery cues for local Markdown vault retrieval.
@@ -29,6 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931
- The blind-test runner now supports source-level folder/tag filters,
3032
filtered-vector diagnostics, and optional answerability labels for checking
3133
whether a top-10 hit contains the answer text agents need.
34+
- Release verification now includes an 8-query filtered fixture. On the bundled
35+
fixture vault with reranking disabled, it reports Recall@10 1.000 and
36+
Answerable@10 1.000; the regular 22-query fixture remains at Recall@10
37+
0.985, MRR 0.977, and nDCG@10 0.901 with the optional MLX reranker active.
38+
- Refreshed `tests/blind/results/` with v0.6 release-quality snapshots: the
39+
v0.5 baseline, v0.6 shipping run, v0.6 filtered fixture, and v0.6 expansion
40+
upper bound.
3241

3342
## [0.5.0] - 2026-05-04
3443

@@ -212,7 +221,8 @@ surface so the repo reads as a shipped tool rather than a work log.
212221
- Native CJK tokenization via jieba registered as a custom FTS5 tokenizer.
213222
- MCP server transport (`seeklink serve`) — removed in v0.2.0.
214223

215-
[Unreleased]: https://github.com/simonsysun/seeklink/compare/v0.5.0...HEAD
224+
[Unreleased]: https://github.com/simonsysun/seeklink/compare/v0.6.0...HEAD
225+
[0.6.0]: https://github.com/simonsysun/seeklink/compare/v0.5.0...v0.6.0
216226
[0.5.0]: https://github.com/simonsysun/seeklink/compare/v0.4.0...v0.5.0
217227
[0.4.0]: https://github.com/simonsysun/seeklink/compare/v0.3.2...v0.4.0
218228
[0.3.2]: https://github.com/simonsysun/seeklink/releases/tag/v0.3.2

CHANGELOG.zh.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## [Unreleased]
1111

12+
## [0.6.0] - 2026-05-04
13+
1214
### 变更
1315
- 在 README 中新增可直接复制给 agent 的配置说明,并在 `llms.txt` 中强化本地 Markdown 笔记库检索的发现提示。
1416
- 扩展 PyPI 关键词,覆盖 agent、本地搜索、Markdown 搜索和 llms.txt 发现路径。
@@ -22,6 +24,8 @@
2224

2325
### 开发
2426
- 盲测 runner 现在支持 source 级 folder/tag 过滤、filtered-vector 诊断,以及可选的 answerability 标签,用于检查 top-10 命中是否真的包含 agent 需要的答案文本。
27+
- 发布验证现在包含一个 8 条查询的过滤检索 fixture。在捆绑 fixture vault 上关闭 reranker 时,它的 Recall@10 为 1.000,Answerable@10 为 1.000;常规 22 条查询 fixture 在启用可选 MLX reranker 时仍为 Recall@10 0.985、MRR 0.977、nDCG@10 0.901。
28+
-`tests/blind/results/` 刷新为 v0.6 发布质量快照:v0.5 baseline、v0.6 shipping run、v0.6 filtered fixture,以及 v0.6 expansion upper bound。
2529

2630
## [0.5.0] - 2026-05-04
2731

@@ -173,7 +177,8 @@
173177
- 原生 CJK 分词,通过 jieba 注册为自定义 FTS5 分词器。
174178
- MCP 服务器传输(`seeklink serve`)—— 于 v0.2.0 移除。
175179

176-
[Unreleased]: https://github.com/simonsysun/seeklink/compare/v0.5.0...HEAD
180+
[Unreleased]: https://github.com/simonsysun/seeklink/compare/v0.6.0...HEAD
181+
[0.6.0]: https://github.com/simonsysun/seeklink/compare/v0.5.0...v0.6.0
177182
[0.5.0]: https://github.com/simonsysun/seeklink/compare/v0.4.0...v0.5.0
178183
[0.4.0]: https://github.com/simonsysun/seeklink/compare/v0.3.2...v0.4.0
179184
[0.3.2]: https://github.com/simonsysun/seeklink/releases/tag/v0.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "seeklink"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Local semantic search CLI for Markdown vaults. BM25 + vector + wikilink graph + source metadata, fused via RRF. Native CJK."
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)