prjct-cli 3.5.0 → 3.8.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 +432 -428
- package/dist/bin/prjct-hooks.mjs +249 -246
- package/dist/daemon/entry.mjs +364 -360
- package/dist/mcp/server.mjs +222 -219
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.8.0] - 2026-06-27
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- work token savings
|
|
9
|
+
|
|
10
|
+
## [3.7.0] - 2026-06-26
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- kimi cli doesn't know what prjct is — surface prjct agent protocol to Kimi CLI
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- make commits and `prjct ship` safe inside git worktrees (staged-file pre-commit lint; never bare-push to an inherited `origin/main` upstream)
|
|
17
|
+
|
|
18
|
+
## [3.6.0] - 2026-06-26
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- investigate and fix multiple cloud sync problems users are reporting after recent v3.4.0/v3.5.0 sync ships
|
|
22
|
+
|
|
5
23
|
## [3.5.0] - 2026-06-26
|
|
6
24
|
|
|
7
25
|
### Added
|