Files
mopac-pmo/logs/q-study-secrets.log
T

3 lines
770 B
Plaintext

2026-08-28T19:09:43-05:00 semaphore rc=1 after 300s budget - not launched
I have full context. Writing the notes file now.Wrote `harness/docs/PORTING-NOTES-secrets.md` (118 lines). Key findings: repo ships two generations — legacy `secrets-manager.sh` (full login/unlock per call, plaintext config) superseded by the ADR-002 containerized `bw` wrapper (pinned 2026.7.0 image, `~/.config/bw/env` creds, Vaultwarden at pwvault.turnsys.com, name→password lookup). Harness has no consumer yet; integration point is the reserved `bw:` prefix in `internal/config/keys.go:34`. Notes include a Go design (in-memory session + per-run cache, typed errors, never-log rules) and 7 open questions for Charles — the big one being bw-subprocess vs. native Go Vaultwarden client.