prjct-cli 1.38.7 → 1.39.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 +12 -1
- package/dist/bin/prjct-core.mjs +322 -287
- package/dist/cli/linear.mjs +4 -4
- package/dist/daemon/entry.mjs +254 -219
- package/dist/templates.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.39.0] - 2026-02-15
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- instruction rule type + daemon stop/restart/stale detection (#194)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.38.10] - 2026-02-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- instruction rule type + daemon stop/restart/stale detection
|
|
14
|
+
|
|
3
15
|
## [1.38.7] - 2026-02-15
|
|
4
16
|
|
|
5
17
|
### Bug Fixes
|
|
6
18
|
|
|
7
19
|
- purge legacy code and fix test timeout (#193)
|
|
8
20
|
|
|
9
|
-
|
|
10
21
|
## [1.38.8] - 2026-02-14
|
|
11
22
|
|
|
12
23
|
### Added
|