feat(codex): inject windows git bash guidance

Plan: plans/codex-windows-git-bash-profile.md
This commit is contained in:
YeonGyu-Kim
2026-05-31 06:03:59 +09:00
parent 37346a86f7
commit 644be5df7a
3 changed files with 110 additions and 1 deletions
@@ -0,0 +1,10 @@
---
description: Windows Git Bash guidance for Codex
alwaysApply: true
---
On Windows native Codex sessions, prefer Git Bash for shell commands.
Use `shell: "bash"` when `bash.exe` is on PATH. Otherwise use the absolute Git Bash path from `OMO_CODEX_GIT_BASH_PATH` or `C:\Program Files\Git\bin\bash.exe`.
Use PowerShell only for Windows-native operations that need PowerShell.