The README auto-version step used 'sed -i ""' which is BSD-only syntax. On Linux (GNU sed), -i '' creates a file literally named '' instead of editing in-place, breaking every Linux agent's commits. Replace with stdin→stdout through a temp file, which works on both BSD and GNU sed without probing the platform. Note: the version-matching regex itself did not change — it still targets the backtick-delimited version line under ## Current Release. If the README format has drifted (e.g. date suffix after the closing backtick), that is a separate issue for Codex to address. --- Build: pass | Tests: pass — 1812 passed (115 files) --- Build: pass | Tests: pass — Tests 1812 passed (1812) |
||
|---|---|---|
| .. | ||
| pre-commit | ||
| prepare-commit-msg | ||