Skip to content

v6.3.2 — Fix CWD Resolution in Worktrees

Choose a tag to compare

@raphaelchristi raphaelchristi released this 03 Apr 20:38

Fixed

--show-toplevel--git-common-dir in evolve skill. --show-toplevel returns the worktree root (wrong when CWD is inside a worktree). dirname $(git rev-parse --git-common-dir) returns the main repo root. Confirmed by end-to-end test.