mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 21:47:53 +00:00
On Windows, `git checkout` converts source files to CRLF via the `* text=auto` policy. The generator inlined raw file content as JSON strings, so the Windows regeneration produced `\r\n` escapes while the committed artifact (written on Linux) used `\n`. `bun run check:bundled` then flagged the file as stale and failed the Windows CI job. Fix by normalizing CRLF → LF both when reading source defaults and when comparing against the existing generated file. No-op on Linux. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build-binaries.sh | ||
| checksums.sh | ||
| generate-bundled-defaults.ts | ||
| install.ps1 | ||
| install.sh | ||
| sync-versions.sh | ||
| tsconfig.json | ||
| update-homebrew.sh | ||
| validate-setup.sh | ||