Files
orca/src
NeilandOrcaWin 8cdfa64e68 fix(grok): keep the Windows hook safe under an inherited /v:on (#12479)
A bare `setlocal` inherits delayed expansion from the caller, so every `!`
in a percent-expanded value on the curl line is eaten as a delayed
reference -- mangling paneKey and dropping worktreeId. `!` is legal in a
Windows path.

Also adds the test file the script never had: structural checks that run on
every platform, plus real cmd.exe runs covering unset/empty/normal/trailing
backslash/envelope/`!`/inherited `/v:on`.

Co-authored-by: OrcaWin <293788423+OrcaWin@users.noreply.github.com>
2026-08-07 17:48:14 -07:00
..