prjct-cli 1.50.2 → 1.51.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.51.1] - 2026-03-04
4
+
5
+ ### Bug Fixes
6
+
7
+ - strip --md/--json flags from context command args (#232)
8
+
9
+
10
+ ## [1.51.0] - 2026-03-03
11
+
12
+ ### Features
13
+
14
+ - context health system + clean --md output (#231)
15
+
16
+
17
+ ## [1.50.3] - 2026-03-03
18
+
19
+ ### Added
20
+ - clean md output: remove emojis, redundancy, hardcoded schema from --md prompts
21
+
3
22
  ## [1.50.2] - 2026-03-03
4
23
 
5
24
  ### Bug Fixes