generated from coulomb/repo-seed
Bump version so uv tool install picks up be3b4a2 without a manual cache
clean. Document workstation upgrade steps in ADHOC-2026-07-07.
1.3 KiB
1.3 KiB
id, type, title, domain, repo, status, owner, topic_slug, created, updated
| id | type | title | domain | repo | status | owner | topic_slug | created | updated |
|---|---|---|---|---|---|---|---|---|---|
| ADHOC-2026-07-07 | workplan | Ad Hoc Tasks — 2026-07-07 | infotech | ops-warden | finished | grok | custodian | 2026-07-07 | 2026-07-07 |
Ad Hoc Tasks — 2026-07-07
T01 — Roll out proxy pipe fix (be3b4a2)
id: 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.0→0.1.1souv tool installinvalidates 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— nounknown 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