@@ -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
0 commit comments