prjct-cli 1.41.0 → 1.42.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 +26 -1
- package/dist/bin/prjct-core.mjs +320 -320
- package/dist/cli/linear.mjs +9 -9
- package/dist/daemon/entry.mjs +196 -196
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.42.1] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- daemon commands ignore request.cwd causing cross-project contamination (#199)
|
|
8
|
+
- pass request.cwd to analyze/cleanup/design in daemon
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [1.42.1] - 2026-02-15
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
- fix: daemon analyze/cleanup/design commands ignore request.cwd causing cross-project contamination
|
|
15
|
+
|
|
16
|
+
## [1.42.0] - 2026-02-15
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- add task estimation service (#198)
|
|
21
|
+
- add task estimation service
|
|
22
|
+
- onboarding tours + help tooltips + stats grid redesign
|
|
23
|
+
|
|
24
|
+
## [1.41.1] - 2026-02-15
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
- task estimation
|
|
28
|
+
|
|
3
29
|
## [1.41.0] - 2026-02-15
|
|
4
30
|
|
|
5
31
|
### Features
|
|
6
32
|
|
|
7
33
|
- provider capabilities system + provider-agnostic templates (#197)
|
|
8
34
|
|
|
9
|
-
|
|
10
35
|
## [1.40.3] - 2026-02-15
|
|
11
36
|
|
|
12
37
|
### Added
|