prjct-cli 1.50.0 → 1.51.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 +24 -0
- package/dist/bin/prjct-core.mjs +384 -360
- package/dist/cli/jira.mjs +7 -9
- package/dist/cli/linear.mjs +8 -10
- package/dist/daemon/entry.mjs +343 -319
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.51.0] - 2026-03-03
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- context health system + clean --md output (#231)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.50.3] - 2026-03-03
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- clean md output: remove emojis, redundancy, hardcoded schema from --md prompts
|
|
14
|
+
|
|
15
|
+
## [1.50.2] - 2026-03-03
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- guard against undefined decision.contexts in pattern-store (#230)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.50.1] - 2026-03-02
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
- Fix crash in pattern-store when decision.contexts is undefined (legacy data)
|
|
26
|
+
|
|
3
27
|
## [1.50.0] - 2026-02-27
|
|
4
28
|
|
|
5
29
|
### Features
|