• v0.1.1 885385adf3

    v0.1.1 Stable

    tegwick released this 2026-07-07 14:52:04 +00:00 | 178 commits to main since this release

    ops-warden v0.1.1

    Fixes warden access for catalog fetch commands that use shell pipelines.

    Changes

    • Proxy pipe handling (be3b4a2): resolve_fetch_command no longer uses shlex.split on piped commands. Catalog-reviewed pipelines (e.g. kubectl … | base64 -d) run via shell=True with inherited stdio for --fetch.
    • reuse-surface hub write token lane (reuse-surface-hub-write-token) now works through warden access --fetch / --exec.
    • Version bump and rollout notes (885385a).

    Upgrade

    cd ~/ops-warden && git pull --ff-only
    make install-all
    

    If the installed CLI is still stale:

    uv cache clean ops-warden
    uv tool install . --with-editable ../phase-memory --reinstall --force
    
    Downloads