prjct-cli 2.24.3 → 2.25.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.25.0] - 2026-05-29
4
+
5
+ ### Features
6
+
7
+ - parallel executor fan-out + reconcile skill-vs-crew (#382)
8
+
9
+ ### Performance
10
+
11
+ - serve hooks from the warm daemon (~9x faster per hook) (#381)
12
+
13
+
3
14
  ## [2.24.3] - 2026-05-29
4
15
 
5
16
  ### Performance
@@ -13,7 +24,6 @@
13
24
 
14
25
  - retrieval quality + robustness hardening (phases 1/2/4) (#379)
15
26
 
16
-
17
27
  ## [2.24.1] - 2026-05-21
18
28
 
19
29
  ### Bug Fixes
@@ -24,14 +34,12 @@
24
34
 
25
35
  - dead _-prefixed defs round 2 + iCloud conflict-dir sweep + knip in CI (#376)
26
36
 
27
-
28
37
  ## [2.24.0] - 2026-05-21
29
38
 
30
39
  ### Features
31
40
 
32
41
  - FTS5 BM25 recall + hot-path parallelization + smarter tokenizer (v2.23.18) (#375)
33
42
 
34
-
35
43
  ## [2.23.8] - 2026-05-19
36
44
 
37
45
  ### Bug Fixes
@@ -113,6 +121,11 @@
113
121
 
114
122
  ## [Unreleased]
115
123
 
124
+ ## [2.24.3] - 2026-05-30
125
+
126
+ ### Added
127
+ - current work
128
+
116
129
  ## [2.23.18] - 2026-05-20
117
130
 
118
131
  ### Added