Guard 3.0.57
Guard 3.0.57 is a stable release cut from eb83390.
2 commits • 2 merged pull requests • 2 contributors since Guard 3.0.56.
Features
- guard: Add repo2nb command-safety extension (#2541)
Fixes
- guard: Keep trusted-session package blocks reviewable (#2748)
- A trusted-session cloud failure during package evaluation (typically a cloud token refresh error) failed closed to a terminal
block, so a blockednpm installprinted no local approval link and offered no actionable… - Mirror the existing cloud-timeout handling in
_evaluate_with_cloud: resolve the trusted-session failure asrequire-reapprovalso the install still stops, but the request queues an approval request and the guidance… - Update the fail-closed evaluator test to the reviewable contract and add an end-to-end
guard protectregression test asserting the queued approval request,primary_approval_url,dashboard_url, and harness copy.
- A trusted-session cloud failure during package evaluation (typically a cloud token refresh error) failed closed to a terminal
Install
Install this release:
uv tool install "hol-guard[cisco]==3.0.57"Full changelog: v3.0.56...v3.0.57
Thanks @David-Magdy, @kantorcodes!