prjct-cli 2.23.18 → 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
@@ -84,7 +91,7 @@
84
91
  ## [2.23.18] - 2026-05-20
85
92
 
86
93
  ### Added
87
- - current work
94
+ - Perf round 2 + LLM recall quality (FTS5 BM25, hot-path parallelization, camelCase tokenizer)
88
95
 
89
96
  ## [2.23.17] - 2026-05-20
90
97