Fixed
- Use portable Bash shebangs (
#!/usr/bin/env bash) instead of hardcoded/bin/bashin project scripts. Fixes script execution on NixOS and other systems where/bin/bashis not the canonical path. Thanks @jamestrew (#37).
🤖 Generated with Claude Code