prjct-cli 2.23.16 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.24.0] - 2026-05-21
4
+
5
+ ### Features
6
+
7
+ - FTS5 BM25 recall + hot-path parallelization + smarter tokenizer (v2.23.18) (#375)
8
+
9
+
3
10
  ## [2.23.8] - 2026-05-19
4
11
 
5
12
  ### Bug Fixes
@@ -81,6 +88,16 @@
81
88
 
82
89
  ## [Unreleased]
83
90
 
91
+ ## [2.23.18] - 2026-05-20
92
+
93
+ ### Added
94
+ - Perf round 2 + LLM recall quality (FTS5 BM25, hot-path parallelization, camelCase tokenizer)
95
+
96
+ ## [2.23.17] - 2026-05-20
97
+
98
+ ### Added
99
+ - Deep cleanup: legacy/dead code + verbose comments cut
100
+
84
101
  ## [2.23.16] - 2026-05-20
85
102
 
86
103
  ### Added