Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
5779dcb73e Fix CI validation scripts: correct heredoc quoting, CRLF robustness, and path detection
- Replace version_alignment.sh with simplified version using quoted heredoc (<<'PY')
- Replace tabs.sh with bash-native implementation using safe loops and grep
- Replace paths.sh with git ls-files -z based implementation for binary-safe processing
- All scripts now handle CRLF line endings correctly
- Quoted heredocs prevent shell interpolation issues
- Scripts successfully detect their target conditions (tabs, windows paths, version mismatches)

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-03 20:57:59 +00:00
c9ac58d342 Scripts/Validation Update 2026-01-03 12:50:10 -06:00
8401568fc0 Update paths.sh 2026-01-03 12:00:29 -06:00
b2839c10a5 Reorganization 2025-12-26 23:27:20 -06:00