docs: remove unicode markers from hook addendum

This commit is contained in:
Affaan Mustafa
2026-04-28 22:11:19 -04:00
parent 0a87323eda
commit 6c8a6bd7c0

View File

@@ -87,9 +87,9 @@ hook command が `"C:\Program Files\Git\bin\bash.exe" "C:\Users\...\wrapper.sh"`
### 回避策 ### 回避策
第1トークンを bash.exe のフルパス+スペース付きパスにしないこと: 第1トークンを bash.exe のフルパス+スペース付きパスにしないこと:
1. `bash` PATH 解決の単一トークン)— 夜fix / hooks.json パターン 1. [OK] `bash` PATH 解決の単一トークン)— 夜fix / hooks.json パターン
2. `.sh` 直接パスClaude Code の .sh ハンドリングに依存)— 朝fix 2. [OK] `.sh` 直接パスClaude Code の .sh ハンドリングに依存)— 朝fix
3. `"C:\Program Files\Git\bin\bash.exe" "<path>"` — 1トークン目が quoted で空白込み 3. [NG] `"C:\Program Files\Git\bin\bash.exe" "<path>"` — 1トークン目が quoted で空白込み
## 結論 ## 結論