Archon/scripts
Cole Medin 75427c7cdd fix(ci): normalize line endings in bundled-defaults generator
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>
2026-04-16 17:55:24 -05:00
..
build-binaries.sh fix(bundled-defaults): auto-generate import list, emit inline strings (#1263) 2026-04-16 21:27:51 +02:00
checksums.sh feat: Phase 5 - CLI binary distribution (#325) 2026-01-21 23:51:51 +02:00
generate-bundled-defaults.ts fix(ci): normalize line endings in bundled-defaults generator 2026-04-16 17:55:24 -05:00
install.ps1 fix: PowerShell Add-ToUserPath corrupts PATH when single entry exists (#1000) 2026-04-09 19:43:52 +03:00
install.sh feat: prepare for open-source migration to coleam00/Archon 2026-04-04 10:47:22 -05:00
sync-versions.sh fix: sync all workspace versions from root and automate in release skill 2026-04-10 15:31:43 +03:00
tsconfig.json fix(bundled-defaults): auto-generate import list, emit inline strings (#1263) 2026-04-16 21:27:51 +02:00
update-homebrew.sh feat: prepare for open-source migration to coleam00/Archon 2026-04-04 10:47:22 -05:00
validate-setup.sh Switch to Bun native YAML and auto-create default config 2025-12-17 21:56:12 +02:00