prjct-cli 3.70.0 → 3.70.2
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 +16 -0
- package/dist/bin/prjct-core.mjs +525 -525
- package/dist/bin/prjct-hooks.mjs +276 -276
- package/dist/daemon/entry.mjs +450 -450
- package/dist/mcp/server.mjs +238 -238
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.70.2] - 2026-07-17
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- real upload error details (#588)
|
|
10
|
+
- surface real upload error (not fake unauthenticated)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [3.70.1] - 2026-07-17
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- full graph upload — remove 400/900 caps (#587)
|
|
18
|
+
- ship full structural graph to cloud — no caps
|
|
19
|
+
|
|
20
|
+
|
|
5
21
|
## [3.70.0] - 2026-07-16
|
|
6
22
|
|
|
7
23
|
### Added
|