Guard 3.0.56
Guard 3.0.56 is a stable release cut from f60a9e3.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.55.
Fixes
- guard: Attribute package shim requests to the invoking harness (#2747)
- Package requests intercepted by the local supply chain (package-manager shims) were always attributed to the synthetic
guard-cliharness, so approval-center rows for commands likebunx vitestoruv syncthat ran… - Resolve the invoking harness from presence-only runtime env markers already curated in the repo (ZCode runtime hints and bundle id, Claude Code, Cursor, Codex) and use the resolved slug for the approval request row…
- Policy scoping is unchanged: package policy, saved-approval reuse, and artifact identity stay keyed on the guard-cli artifact harness, which the invoking process cannot influence, so enforcement behavior and approval…
- Package requests intercepted by the local supply chain (package-manager shims) were always attributed to the synthetic
Install
Install this release:
uv tool install "hol-guard[cisco]==3.0.56"Full changelog: v3.0.55...v3.0.56
Thanks @kantorcodes!