prjct-cli 1.42.2 → 1.43.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 +25 -1
- package/dist/bin/prjct-core.mjs +327 -301
- package/dist/cli/linear.mjs +23 -5
- package/dist/daemon/entry.mjs +259 -233
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.43.0] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- context file suggestion reinforcement learning (#202)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.42.4] - 2026-02-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Context file suggestion reinforcement learning
|
|
14
|
+
|
|
15
|
+
## [1.42.3] - 2026-02-15
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- state storage updates preserve existing state to prevent data loss (#201)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.42.4] - 2026-02-15
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
- fix: state storage updates now preserve existing state to prevent data loss during task completion, pause, and resume operations
|
|
26
|
+
- test: add state storage integrity tests
|
|
27
|
+
|
|
3
28
|
## [1.42.2] - 2026-02-15
|
|
4
29
|
|
|
5
30
|
### Bug Fixes
|
|
6
31
|
|
|
7
32
|
- add update to daemon bypass commands (#200)
|
|
8
33
|
|
|
9
|
-
|
|
10
34
|
## [1.42.3] - 2026-02-15
|
|
11
35
|
|
|
12
36
|
### Bug Fixes
|