
# Use bd merge for beads JSONL files

# Windows batch shims must be CRLF (cmd.exe / PowerShell tolerate LF but CRLF is
# canonical); the extensionless bash `flowctl` launchers must stay LF so Git Bash
# execs them. `flowctl` (no slash) matches every launcher copy by basename
# (plugins/flow-next/scripts/flowctl, installed scripts/ralph/flowctl).
*.cmd text eol=crlf
flowctl text eol=lf
# Schema regen byte-identity tests need LF on windows-latest (no CRLF checkout).
*.schema.json text eol=lf
