You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify WORKTREE_ROOT_SAFE guard and remove unused local in loop marker
- loop-codex-stop-hook.sh: merge the two separate `if [[ -n "$WORKTREE_ROOT_SAFE" ]]`
blocks into one outer guard with labeled normalize-then-validate stages;
the inner guard before validation is retained since normalization can empty the value
- scripts/codex-worker.sh: remove unused `loop_dir` local variable from
find_active_loop_for_marker() and use LOOP_DIR_ENV directly; no behavior change
No functional changes; all 1445 tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 07d67bf)
0 commit comments