mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-25 05:35:28 +00:00
When cloning a project in a Windows environment, Git may automatically convert line endings from `\n` to `\r\n`. This can cause a mismatch in the `yaml` configuration, leading to a build failure. To resolve this, a step has been added to enforce the replacement of `\r` characters, ensuring the build can proceed normally.