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 +18 -0
- package/dist/bin/prjct-core.mjs +463 -472
- package/dist/bin/prjct-hooks.mjs +280 -290
- package/dist/daemon/entry.mjs +394 -403
- package/dist/mcp/server.mjs +252 -262
- package/package.json +1 -1
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
|