Skip to content

Guard 3.0.56

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:06
f60a9e3

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-cli harness, so approval-center rows for commands like bunx vitest or uv sync that 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…

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.56"

Full changelog: v3.0.55...v3.0.56

Thanks @kantorcodes!