v6.3.2 — Fix CWD Resolution in Worktrees
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.