prjct-cli 3.63.2 → 3.65.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 +10 -4
- package/dist/bin/prjct-core.mjs +658 -654
- package/dist/bin/prjct-hooks.mjs +352 -349
- package/dist/daemon/entry.mjs +561 -557
- package/dist/mcp/server.mjs +305 -302
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,34 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.65.0] - 2026-07-16
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- context density not session kill; production MCP only
|
|
9
|
+
|
|
10
|
+
## [3.64.0] - 2026-07-16
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- implement signal quality substrate ws0 p
|
|
14
|
+
|
|
5
15
|
## [3.63.2] - 2026-07-16
|
|
6
16
|
|
|
7
17
|
### Bug Fixes
|
|
8
18
|
|
|
9
19
|
- 10min client timeout for ship/sync and long verbs (#575)
|
|
10
20
|
|
|
11
|
-
|
|
12
21
|
## [3.63.1] - 2026-07-15
|
|
13
22
|
|
|
14
23
|
### Bug Fixes
|
|
15
24
|
|
|
16
25
|
- resolve work-cycle entity_id from taskId (#574)
|
|
17
26
|
|
|
18
|
-
|
|
19
27
|
## [3.63.0] - 2026-07-15
|
|
20
28
|
|
|
21
29
|
### Features
|
|
22
30
|
|
|
23
31
|
- connect/disconnect + bulk cloud project modes (#573)
|
|
24
32
|
|
|
25
|
-
|
|
26
33
|
## [3.62.0] - 2026-07-14
|
|
27
34
|
|
|
28
35
|
### Features
|
|
29
36
|
|
|
30
37
|
- upload compact structural code graph to cloud 3D (#572)
|
|
31
38
|
|
|
32
|
-
|
|
33
39
|
## [3.61.0] - 2026-07-14
|
|
34
40
|
|
|
35
41
|
### Added
|