prjct-cli 3.6.0 → 3.9.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
@@ -2,6 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.9.0] - 2026-06-28
6
+
7
+ ### Added
8
+ - token-efficiency program: compact pull verbs, lean routing blocks, search relevance threshold, guard precision, fix BM25 file-index prototype crash
9
+
10
+ ## [3.8.0] - 2026-06-27
11
+
12
+ ### Added
13
+ - work token savings
14
+
15
+ ## [3.7.0] - 2026-06-26
16
+
17
+ ### Added
18
+ - kimi cli doesn't know what prjct is — surface prjct agent protocol to Kimi CLI
19
+
20
+ ### Fixed
21
+ - make commits and `prjct ship` safe inside git worktrees (staged-file pre-commit lint; never bare-push to an inherited `origin/main` upstream)
22
+
5
23
  ## [3.6.0] - 2026-06-26
6
24
 
7
25
  ### Added