Loading
fix: address Duo review feedback on shell and error guidelines
- POSIX strict mode: use portable 'set -eu' instead of 'set -o errexit' - Bash conditionals: prefer [[ ]] but allow [ ] for POSIX compatibility - Error strings: focus on Go conventions (no capitals, no trailing punctuation, add context) rather than banning specific words