ops-warden/workplans/archived/260707-ADHOC-2026-07-07.md
repo-manager f766400563
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
chore(registrar): assign State Hub identifiers
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 4014535@bnt-lap001
Assistant-Session: d0036016-73e8-4da1-8e47-563e3ab39a3c
2026-08-28 21:52:03 +02:00

1.6 KiB

id type title domain repo status owner topic_slug created updated state_hub_workstream_id
WARDEN-WP-ADHOC-2026-07-07 workplan Ad Hoc Tasks — 2026-07-07 infotech ops-warden finished grok custodian 2026-07-07 2026-07-07 90568b1e-8395-5c67-9c69-851ed08ff3d3

Terminology note: Historical text in this archived workplan may use the legacy term "workstream". The fleet term is workplan (canon/standards/workplan-terminology-fleet_v0.1.md).

Ad Hoc Tasks — 2026-07-07

T01 — Roll out proxy pipe fix (be3b4a2)

id: WARDEN-WP-ADHOC-2026-07-07-T01
status: done
priority: high

warden access failed on reuse-surface-hub-write-token because shlex.split treated kubectl … | base64 -d as literal argv. Fixed in be3b4a2; rollout requires refreshing the installed CLI (cached 0.1.0 wheel does not pick up source changes).

  • Code fix merged and pushed (be3b4a2)
  • Version bumped 0.1.00.1.1 so uv tool install invalidates stale wheels
  • Workstation rollout: git pull && make install-all (after cache clean if needed)
  • Smoke: warden access reuse-surface-hub-write-token --no-policy --fetch — no unknown shorthand flag: 'd'; token fetched via shell pipeline

Operator upgrade on any machine using warden access:

cd ~/ops-warden && git pull --ff-only
make install-all
warden route show reuse-surface-hub-write-token --json

If warden still lacks ResolvedFetch / pipe handling after install:

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