WIP: Fix CI validation scripts: heredoc quoting, CRLF robustness, and Windows path detection #11

Closed
Copilot wants to merge 2 commits from copilot/fix-ci-validation-scripts into main

2 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
copilot-swe-agent[bot]
29d7bad0c7 Initial plan 2026-01-03 20:52:20 +00:00