prjct-cli 3.62.0 → 3.63.1
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 +14 -0
- package/dist/bin/prjct-core.mjs +772 -769
- package/dist/bin/prjct-hooks.mjs +3 -3
- package/dist/daemon/entry.mjs +735 -732
- package/dist/mcp/server.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.63.1] - 2026-07-15
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- resolve work-cycle entity_id from taskId (#574)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [3.63.0] - 2026-07-15
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- connect/disconnect + bulk cloud project modes (#573)
|
|
17
|
+
|
|
18
|
+
|
|
5
19
|
## [3.62.0] - 2026-07-14
|
|
6
20
|
|
|
7
21
|
### Features
|