Files
agent-orchestrator/tools
notplants-bot 5227cd7f6e tools/secrets.sh: EXIT trap must return 0
scrub() ended in `[ -n "$WD" ] && { ... }`. As an EXIT trap, its status becomes the
script's status, so with WD unset every read-only command exited 1 while printing the correct
answer. Callers saw a silent false failure — tests/run.sh reported 'could not read
tailscale_authkey' having successfully read it.
2026-08-17 00:12:15 +00:00
..