prjct-cli 3.58.0 → 3.59.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 +8 -0
- package/dist/bin/prjct-core.mjs +739 -739
- package/dist/bin/prjct-hooks.mjs +271 -271
- package/dist/daemon/entry.mjs +451 -451
- package/dist/mcp/server.mjs +226 -226
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.59.0] - 2026-07-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Tech debt trio: anti-basura capture, multi-install doctor, honest token breakdown
|
|
9
|
+
- Anti-basura capture gate (`isJunkCaptureContent`) + dream forgets junk inbox/tool dumps
|
|
10
|
+
- Doctor multi-install check; install surfaces parallel copies (`prjct update` consolidates)
|
|
11
|
+
- `sumTranscriptUsageDetailed` — cache_read max vs per-turn new input (honest work-cost)
|
|
12
|
+
|
|
5
13
|
## [3.58.0] - 2026-07-14
|
|
6
14
|
|
|
7
15
|
### Added
|