codeam-cli 2.51.1 → 2.51.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.js +495 -346
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ All notable changes to `codeam-cli` are documented here.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [2.51.2] — 2026-06-29
8
+
9
+ ### Fixed
10
+
11
+ - **headroom:** Route budget relaunch through supervisor when headroom install is active
12
+
13
+ ## [2.51.1] — 2026-06-29
14
+
15
+ ### Fixed
16
+
17
+ - **cli:** Cross-platform owner-only file protection (Windows icacls)
18
+ - **cli:** Make restrictToOwner best-effort on POSIX too
19
+
20
+ ### Tests
21
+
22
+ - **cli:** Guard 0600 mode assertion in beads config-store for Windows
23
+
7
24
  ## [2.51.0] — 2026-06-29
8
25
 
9
26
  ### Added