prjct-cli 1.38.6 → 1.38.7
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 +17 -1
- package/dist/bin/prjct-core.mjs +343 -293
- package/dist/cli/linear.mjs +5 -5
- package/dist/daemon/entry.mjs +323 -273
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.38.7] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- purge legacy code and fix test timeout (#193)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.38.8] - 2026-02-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- legacy code purge phase 2
|
|
14
|
+
|
|
15
|
+
## [1.38.7] - 2026-02-14
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- legacy code purge + test fix
|
|
19
|
+
|
|
3
20
|
## [1.38.6] - 2026-02-14
|
|
4
21
|
|
|
5
22
|
### Bug Fixes
|
|
6
23
|
|
|
7
24
|
- all agents get full operational context (#192)
|
|
8
25
|
|
|
9
|
-
|
|
10
26
|
## [1.38.5] - 2026-02-14
|
|
11
27
|
|
|
12
28
|
### Bug Fixes
|