prjct-cli 1.37.1 → 1.38.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 +19 -0
- package/dist/bin/prjct-core.mjs +275 -258
- 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,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.1] - 2026-02-14
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- auto-repair Codex router metadata during sync (#187)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.38.1] - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Auto-repair Codex router metadata during sync and doctor checks (#187)
|
|
15
|
+
|
|
16
|
+
## [1.38.0] - 2026-02-14
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- hybrid sync pipeline - CLI + LLM analysis (#186)
|
|
21
|
+
|
|
3
22
|
## [1.37.1] - 2026-02-14
|
|
4
23
|
|
|
5
24
|
### Bug Fixes
|