prjct-cli 1.37.0 → 1.38.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 +20 -1
- package/dist/bin/prjct-core.mjs +279 -262
- package/dist/cli/linear.mjs +26 -10
- package/dist/daemon/entry.mjs +254 -237
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.0] - 2026-02-14
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- hybrid sync pipeline - CLI + LLM analysis (#186)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.37.1] - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- neutral banner colors + add Codex to provider selection (#185)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.37.1] - 2026-02-14
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Banner colors: neutral warm gray gradient (was loud cyan/pink)
|
|
21
|
+
- Codex provider now appears in `prjct start` selection menu
|
|
22
|
+
|
|
3
23
|
## [1.37.0] - 2026-02-14
|
|
4
24
|
|
|
5
25
|
### Features
|
|
@@ -10,7 +30,6 @@
|
|
|
10
30
|
|
|
11
31
|
- preserve all projects in global AI tool configs during sync
|
|
12
32
|
|
|
13
|
-
|
|
14
33
|
## [1.36.2] - 2026-02-13
|
|
15
34
|
|
|
16
35
|
### Added
|